mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
Updated How Zeus works (markdown)
parent
3fbf3b0de7
commit
a869c7e367
1 changed files with 5 additions and 4 deletions
|
|
@ -5,10 +5,11 @@
|
|||
|
||||
Zeus has a different approach to dork scanning then most dork scanners do. What it does is the following:
|
||||
|
||||
- Automates a web browser using [selenium-webdriver](http://www.seleniumhq.org/projects/webdriver/)
|
||||
- Searches Google with your robot browser in the background by using [pyvirtualdisplay](https://media.readthedocs.org/pdf/pyvirtualdisplay/latest/pyvirtualdisplay.pdf)
|
||||
- Automates a web browser using [selenium-webdriver](http://www.seleniumhq.org/projects/webdriver/), the web browser is automated in order to bypass API calling, IP blocking, and captchas.
|
||||
- Searches Google with your robot browser in the background by using [pyvirtualdisplay](https://media.readthedocs.org/pdf/pyvirtualdisplay/latest/pyvirtualdisplay.pdf) to hide the running display.
|
||||
- Pulls the URL that has the search results from the automated web browser (Zeus itself never actually searches Google and only calls a Google URL once per session)
|
||||
- If the found URL is an IP blocked URL, Zeus will parse the IP blocked URL and save the true URL to a log file. You will then be able to access the URL without being blocked or answering captchas.
|
||||
- Adds all custom headers if any (proxy, user-agent, etc)
|
||||
- Parses the HTML of the search resulted URL for GET(query) parameter URL's
|
||||
- Saves them to a file
|
||||
- Parses the HTML of the search resulted URL for GET(query) parameter URL's if the `-E` flag is not passed or all URL's if the `-E` flag is passed
|
||||
- Saves them to a log file
|
||||
- Performs any other task asked (sqlmap, arguments, nmap, etc..)
|
||||
Loading…
Reference in a new issue