From b5fc2997b979012abb43bc914c41b7c1e4d50041 Mon Sep 17 00:00:00 2001 From: Thomas Perkins Date: Fri, 8 Sep 2017 09:48:23 -0500 Subject: [PATCH] Updated How Zeus works (markdown) --- How-Zeus-works.md | 1 + 1 file changed, 1 insertion(+) diff --git a/How-Zeus-works.md b/How-Zeus-works.md index 082644b..8593108 100644 --- a/How-Zeus-works.md +++ b/How-Zeus-works.md @@ -8,6 +8,7 @@ Zeus has a different approach to dork scanning then most dork scanners do. What - 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) - 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) + - 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 - Performs any other task asked (sqlmap, arguments, nmap, etc..) \ No newline at end of file