Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Simon Moser 0a8c3e7b25 | vor 7 Jahren | |
---|---|---|
.gitignore | vor 7 Jahren | |
LICENSE | vor 7 Jahren | |
README.md | vor 7 Jahren | |
anmap.py | vor 7 Jahren |
README.md
Anmap - Automatic nmap Scanner
usage: anmap.py [-h] [-u U] [-v] [-d] [-o] HOST
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
scans a given number of most used UDP ports.
positional arguments:
HOST The hosts to scan (Same notations as in nmap possible)
optional arguments:
-h, --help show this help message and exit
-u U The number of UDP ports to scan (Default 1000)
-v This enables verbose output
-d Sets flags -v and -u 100 and scans only the first 1000 tcp ports
-o Enables saving of output files