14 lines
226 B
Markdown
14 lines
226 B
Markdown
|
# Port Knocking
|
||
|
|
||
|
* Open filtered port behind a firewall by knocking nicely
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
* `knockd`
|
||
|
```sh
|
||
|
knock <target-IP> <magicWords>
|
||
|
```
|
||
|
or
|
||
|
* [arch wiki nmap script](https://wiki.archlinux.org/title/Port_knocking)
|
||
|
* `nc -z`
|