From a638de3571872e7480704e1763b30ba7d831b952 Mon Sep 17 00:00:00 2001 From: MrMcX Date: Mon, 28 May 2018 23:51:10 +0200 Subject: [PATCH] README.md updated --- README.md | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5c9df93..1ab0b5a 100644 --- a/README.md +++ b/README.md @@ -4,25 +4,28 @@ * Python 3.6 (https://www.python.org/downloads/) * python-nmap (https://xael.org/pages/python-nmap-en.html) * nmap (https://nmap.org/) +* python-masscan (https://github.com/MyKings/python-masscan) +* masscan (https://github.com/robertdavidgraham/masscan) ### Output: ``` -usage: anmap.py [-h] [-u UDP] [-v] [-d] [-o] HOST - -This script automates nmap scans by quickly scanning all TCP ports first and +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 - -d, --debug Sets flags -v and -u 100 and scans only the first 1000 - tcp ports - -o, --output Enables saving of output files +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