From 2706d4b43afba21b6aba5234237db3057266ab96 Mon Sep 17 00:00:00 2001 From: Michael Skelton Date: Tue, 2 May 2017 13:00:39 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76779e5..7e2811b 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ This tool can be used and copied for personal use freely however attribution and | -t TARGET_HOSTS | Set either a target range of addresses or a single host to target. May also be a file containing hosts. | | -o OUTPUT_DIRECTORY | Set the target directory where results should be written. | | -w WORDLIST | Optionally specify your own wordlist to use for pre-compiled commands, or executed attacks. | +| -dns DNS_SERVER | Optionally specify a DNS server to use with a service scan. | | -pS | Write a new target.txt file in the OUTPUT_DIRECTORY by performing a ping sweep and discovering live hosts. | | -sS | Perform a service scan over the target(s) and write recommendations for further commands to execute. | | -fD | Find DNS servers from the list of target(s). | -| -dns DNS_SERVER | Optionally specify a DNS server to use with a service scan. | | --quiet | Supress banner and headers and limit feedback to grepable results. | | --execute | Execute shell commands from recommendations as they are discovered. Likely to lead to very long execution times depending on the wordlist being used and discovered vectors. |