|
|
@ -1,6 +1,6 @@
|
|
|
|
# Anmap - Automatic nmap Scanner
|
|
|
|
# Anmap - Automatic nmap Scanner
|
|
|
|
|
|
|
|
|
|
|
|
´´´
|
|
|
|
```
|
|
|
|
usage: anmap.py [-h] [-u U] [-v] HOST
|
|
|
|
usage: anmap.py [-h] [-u U] [-v] HOST
|
|
|
|
|
|
|
|
|
|
|
|
This script automates nmap scans by quickly scanning all TCP ports first and
|
|
|
|
This script automates nmap scans by quickly scanning all TCP ports first and
|
|
|
@ -14,4 +14,4 @@ optional arguments:
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
-u U The number of UDP ports to scan (Default 1000)
|
|
|
|
-u U The number of UDP ports to scan (Default 1000)
|
|
|
|
-v This enables verbose output
|
|
|
|
-v This enables verbose output
|
|
|
|
´´´
|
|
|
|
```
|