diff --git a/Functionality.md b/Functionality.md index 9908b44..2875207 100644 --- a/Functionality.md +++ b/Functionality.md @@ -19,18 +19,23 @@ ### Attack arguments: #### These arguments will give you the choice on how you want to check the websites + -s, --sqli Run a Sqlmap SQLi scan on the discovered URL's -p, --port-scan Run a Nmap port scan on the discovered URL's - -i, --intel-check Check if a URL's host is exploitable via Intel ME AMT - (CVE-2017-5689) -a, --admin-panel Search for the websites admin panel -x, --xss-scan Run an XSS scan on the found URL's -w, --whois-lookup Perform a WhoIs lookup on the provided domain -c, --clickjacking Perform a clickjacking scan on a provided URL + -g, --github-search + Perform a Github Gist search for any information on + the found websites --sqlmap-args=SQLMAP-ARGS Pass the arguments to send to the sqlmap API within quotes & separated by a comma. IE 'dbms mysql, verbose 3, level 5' + --sqlmap-conf=CONFIG-FILE-PATH + Pass a configuration file that contains the sqlmap + arguments --nmap-args=NMAP-ARGS Pass the arguments to send to the nmap API within quotes & separated by a pipe. IE '-O|-p 445, 1080' @@ -42,8 +47,8 @@ --tamper=TAMPER-SCRIPT Send the XSS payloads through tampering before sending to the target - --run-ip-address Run the Intel ME AMT exploit against the found host IP - address instead of the hostname + --thread Run multiple threads on functions that support multi- + threading --auto Automatically start the sqlmap API (or at least try to) @@ -58,6 +63,8 @@ -W, --webcache Parse webcache URLs for the redirect in them --x-forward Add a header called 'X-Forwarded-For' with three random IP addresses + --time-sec=SECONDS Control the sleep time to the WhoIS lookup to prevent + errors ### Anonymity arguments: #### Arguments that help with anonymity and hiding identity @@ -90,4 +97,10 @@ --batch Skip the questions and run in default batch mode --update Update to the latest development version --hide Hide the banner during running - --version Show the current version and exit \ No newline at end of file + --version Show the current version and exit + -T THREAD-AMOUNT, --x-threads=THREAD-AMOUNT + Specify how many threads you want to pass + --show-success Calculate the dorks success rate and output the + calculation in human readable form + +