mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
Updated Functionality (markdown)
parent
984075f956
commit
3fbf3b0de7
1 changed files with 8 additions and 4 deletions
|
|
@ -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 <ARGUMENTS>` 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 <PATH-TO-START>` 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 <ARGUMENTS>` 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 <PROXY-STRING>` 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 <ARGUMENTS>` 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 <PATH-TO-START>` Used in conjunction with `--auto-start` to choose the starting search path
|
||||
* `--show` Show a list of arguments that the sqlmap API understands
|
||||
|
|
|
|||
Loading…
Reference in a new issue