From f611b7d7b87cd2fbc65e2994d1033476f9845346 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 28 Oct 2017 12:37:47 -0500 Subject: [PATCH] Updated How Zeus works (markdown) --- How-Zeus-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-Zeus-works.md b/How-Zeus-works.md index bdbfd25..f11a609 100644 --- a/How-Zeus-works.md +++ b/How-Zeus-works.md @@ -8,7 +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/), 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. + - 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 if the `-E` flag is not passed or all URL's if the `-E` flag is passed - Saves them to a log file