From db3f72accac682a91780a3e5be0f8b7783b18a68 Mon Sep 17 00:00:00 2001 From: Levon Kayan Date: Sat, 17 Apr 2021 01:05:40 +0200 Subject: [PATCH] yes, update the readme man --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4ba5803..f464a6e 100644 --- a/README.md +++ b/README.md @@ -22,30 +22,31 @@ usage opts - -h - single host or host-range/cidr-range or file containing + -h - single host/url or host-/cidr-range or file containing hosts or file containing URLs, e.g.: foobar.net, - 192.168.0.1-192.168.0.254, - 192.168.0.0/24, /tmp/hosts.txt + 192.168.0.1-192.168.0.254, 192.168.0.0/24, /tmp/hosts.txt NOTE: hosts can also contain ':' on cmdline or in file. -p - port to connect to (default: 80 if hosts were given) -t - use TLS/SSL to connect to service -u - URI to search given strings in, e.g.: /foobar/, /foo.html - (default /) - -s - a single string or multile strings in a file to find in - given URIs and HTTP response headers, e.g.: 'tomcat 8', - '/tmp/igot0daysforthese.txt' + (default: /) + -s - a single string/regex or multile strings/regex in a file + to find in given URIs and HTTP response headers, + e.g.: 'tomcat 8', '/tmp/igot0daysforthese.txt' + -S - search strings in given places (default: headers,body) -X - specify HTTP request method to use (default: get). use '?' to list available methods. - -U - set custom user-agent (default: firefox, rv84, windows) - -S - search strings in given places (default: headers,body) + -a - http auth credentials (format: 'user:pass') + -U - set custom User-Agent (default: firefox, rv84, windows) -b - num bytes to read from response. offset == response[0]. (default: 64) - -x - num threads for concurrent checks (default: 80) + -x - num threads for concurrent scans and checks (default: 80) -c - num seconds for socket timeout (default: 3.0) -i - use case-insensitive search -r - perform reverse dns lookup for given IPv4 addresses - -l - log urls and found strings to file + NOTE: this will slow down the scanz + -l - log found matches to file -v - verbose mode (default: quiet) misc