1
0
Fork 0
Datei suchen
Simon Moser aed253e77b Result class added
.gitignore xml-output added, .gitignore and README.md updated
AnmapResult.py Result class added
AnmapThread.py Result class added
LICENSE Thread classes outsourced to AnmapThread.py
README.md README.md updated
anmap.py Result class added
utils.py Result class added

README.md

Anmap - Automatic nmap Scanner

Prerequisites:

Output:

usage: anmap.py [-h] [-u UDP] [-v] [-m] [-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
  -m, --masscan      This enables masscan for first scan
  -d, --debug        Sets flags -v and -u 100 and scans only the first 1000
                     tcp ports
  -o, --output       Enables saving of output files                   

License

(c) 2018 Simon Moser under MIT License (see LICENSE file)