From 3fbf3b0de7b04cf4e37766dcb3a6145f5975efcb Mon Sep 17 00:00:00 2001 From: Thomas Perkins Date: Mon, 25 Sep 2017 11:34:10 -0500 Subject: [PATCH] Updated Functionality (markdown) --- Functionality.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Functionality.md b/Functionality.md index 1fd2b3a..7180733 100644 --- a/Functionality.md +++ b/Functionality.md @@ -10,6 +10,14 @@ #### Attack options * `-s/--sqli` Run the found URL's through sqlmaps API to scan for SQL injection flaws * `-p/--port-scan` Run a port scan using nmaps API on the found URL's +* `-i/--intel-check` Run a check to see if the websites host IP is vulnerable to Intel ME AMT (CVE-2017-5689) exploit +* `-a/--admin-panel` Try to bruteforce the websites admin panel +* `--sqlmap-args ` Pass arguments to the sqlmap API. The arguments must be in the format that the API understands. See [here](https://github.com/Ekultek/Zeus-Scanner/wiki/Passing-flags-to-sqlmap) for a list. +* `--auto-start` Attempt to automatically find and start the sqlmap API on your system (SLOW) +* `--search-here ` Used in conjunction with `--auto-start` to choose the starting search path +* `--show-sqlmap` Show a list of arguments that the sqlmap API understands +* `--nmap-args ` Pass arguments to the nmap API, the arguments must be seperated by a pipe `|`. For a list of available arguments run `--show-nmap` +* `--show-nmap` Show the arguments accepted by nmap API #### Search engine options * `-D/--search-engine-ddg` Use DuckDuckGo as the search engine @@ -21,7 +29,3 @@ * `--proxy ` Configure a proxy to use for the scanning * `--random-agent` Use a random user-agent as the header from `etc/agents.txt` * `--show-requests` Show all HTTP requests that are sent from Zeus, use in conjunction with `--verbose` for extreme verbose output -* `--sqlmap-args ` Pass arguments to the sqlmap API. The arguments must be in the format that the API understands. See [here](https://github.com/Ekultek/Zeus-Scanner/wiki/Passing-flags-to-sqlmap) for a list. -* `--auto-start` Attempt to automatically find and start the sqlmap API on your system (SLOW) -* `--search-here ` Used in conjunction with `--auto-start` to choose the starting search path -* `--show` Show a list of arguments that the sqlmap API understands