-
Notifications
You must be signed in to change notification settings - Fork 247
How Zeus works
Thomas Perkins edited this page Sep 7, 2017
·
5 revisions
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
- Searches Google with your robot browser in the background by using pyvirtualdisplay
- 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)
- Parses the HTML of the search resulted URL for GET(query) parameter URL's
- Saves them to a file
- Performs any other task asked (sqlmap, arguments, nmap, etc..)