Skip to content

Commit 04cfaf3

Browse files
committed
Periodic Update
1 parent 4734dcb commit 04cfaf3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sections/examples_of_nmap_usage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,7 @@ vulnerabilities our system is affected we can do:
164164
# so it can be a very useful shortcut
165165
```
166166

167+
We can also perform port knocking with nmap, by doing:
168+
```sh
169+
for x in 7000 8000 9000; do nmap -Pn --host-timeout 201 --max-retries 0 -p $x 1.1.1.1; done
170+
```

0 commit comments

Comments
 (0)