From 0a8c3e7b25449821ffff73cf725bd9e56b684cc6 Mon Sep 17 00:00:00 2001 From: Simon Moser Date: Mon, 28 May 2018 20:45:13 +0200 Subject: [PATCH] =?UTF-8?q?'README.md'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 557d181..2ee225b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Anmap - Automatic nmap Scanner ``` -usage: anmap.py [-h] [-u U] [-v] HOST +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 @@ -14,4 +14,6 @@ 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 ``` \ No newline at end of file