1
0
Fork 0

README.md updated

master
MrMcX vor 6 Jahren
Ursprung a87fc1c860
Commit a638de3571

@ -4,10 +4,12 @@
* Python 3.6 (https://www.python.org/downloads/) * Python 3.6 (https://www.python.org/downloads/)
* python-nmap (https://xael.org/pages/python-nmap-en.html) * python-nmap (https://xael.org/pages/python-nmap-en.html)
* nmap (https://nmap.org/) * nmap (https://nmap.org/)
* python-masscan (https://github.com/MyKings/python-masscan)
* masscan (https://github.com/robertdavidgraham/masscan)
### Output: ### Output:
``` ```
usage: anmap.py [-h] [-u UDP] [-v] [-d] [-o] HOST usage: anmap.py [-h] [-u UDP] [-v] [-m] [-d] [-o] 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
executing a thorough scan on all ports found open afterwards. Additionally it executing a thorough scan on all ports found open afterwards. Additionally it
@ -20,6 +22,7 @@ optional arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
-u UDP, --udp UDP The number of UDP ports to scan (Default 1000) -u UDP, --udp UDP The number of UDP ports to scan (Default 1000)
-v, --verbose This enables verbose output -v, --verbose This enables verbose output
-m, --masscan This enables masscan for first scan
-d, --debug Sets flags -v and -u 100 and scans only the first 1000 -d, --debug Sets flags -v and -u 100 and scans only the first 1000
tcp ports tcp ports
-o, --output Enables saving of output files -o, --output Enables saving of output files

Laden…
Abbrechen
Speichern