1
0
Fork 0
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.
MrMcX 26b4dbba0d Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.md
vor 6 Jahren
.gitignore xml-output added, .gitignore and README.md updated vor 6 Jahren
LICENSE Initial commit vor 6 Jahren
README.md xml-output added, .gitignore and README.md updated vor 6 Jahren
anmap.py xml-output added, .gitignore and README.md updated vor 6 Jahren

README.md

Anmap - Automatic nmap Scanner

Prerequisites:

usage: anmap.py [-h] [-u UDP] [-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 UDP, --udp UDP  The number of UDP ports to scan (Default 1000)          
  -v, --verbose      This enables verbose output                             
  -d, --debug        Sets flags -v and -u 100 and scans only the first 1000 
                     tcp ports                                               
  -o, --output       Enables saving of output files