initial commit
This commit is contained in:
17
networking/nmap.md
Normal file
17
networking/nmap.md
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
Example:
|
||||
|
||||
> nmap 192.168.1.1/24
|
||||
|
||||
Flags:
|
||||
|
||||
| Flag | Meaning | Effect |
|
||||
| :---| :---| :---|
|
||||
| -F | Fast | First 100 ports only |
|
||||
|
||||
Look for a web server, which has ports 80 and 443 open:
|
||||
|
||||
> nmap 192.168.1.1/24 -p 80,443 --open
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user