From 1bf55344f49337c6eca3bd9dfb3885670fd1d785 Mon Sep 17 00:00:00 2001 From: evyatarmeged Date: Sat, 4 Aug 2018 20:39:12 +0300 Subject: [PATCH] readme update --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 533a603..69a2fa5 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,9 @@ Options: for routing HTTP traffic. A proxy from the list will be chosen at random for each request. Slows total runtime + -c, --cookies TEXT Comma separated cookies to add to the + requests. Should be in the form of key:value + Example: PHPSESSID:12345,isMobile:false --proxy TEXT Proxy address to route HTTP traffic through. Slows total runtime -w, --wordlist TEXT Path to wordlist that would be used for URL @@ -104,21 +107,22 @@ Options: 302,400,401,402,403,404,503,504 --subdomain-list TEXT Path to subdomain list file that would be used for enumeration - -S, --scripts Run Nmap scan with -sC flag - -s, --services Run Nmap scan with -sV flag + -sc, --scripts Run Nmap scan with -sC flag + -sv, --services Run Nmap scan with -sV flag -f, --full-scan Run Nmap scan with both -sV and -sC -p, --port TEXT Use this port range for Nmap scan instead of the default + -fr, --follow-redirects Follow redirects when fuzzing. Default: False + (will not follow redirects) --tls-port INTEGER Use this port for TLS queries. Default: 443 --skip-health-check Do not test for target host availability - --follow-redirects Follow redirects when fuzzing. Default: False - (will not follow redirects) --no-url-fuzzing Do not fuzz URLs --no-sub-enum Do not bruteforce subdomains --skip-nmap-scan Do not perform an Nmap scan -q, --quiet Do not output to stdout -o, --outdir TEXT Directory destination for scan output --help Show this message and exit. + ``` ### Screenshots