From 3a3a1ed2a81fad89897871a7f1ab47a6408f526a Mon Sep 17 00:00:00 2001 From: ekultek Date: Sat, 7 Oct 2017 10:19:33 -0500 Subject: [PATCH] edited the README with a demo video --- README.md | 2 ++ zeus.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf3bc8c..6a49613 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ A basic dork scan with the `-d` flag, from the given dork will launch an automat Calling the `-s` flag will prompt for you to start the sqlmap API server `python sqlmapapi.py -s` from sqlmap, it will then connect to the API and perform a sqlmap scan on the found URL's. ![zeus-sqlmap-api](https://user-images.githubusercontent.com/14183473/30176259-6657b304-93c7-11e7-81f8-0ed09a6c0268.png) +### Demo video +![zeus_scanner_api_sqlmap](https://user-images.githubusercontent.com/14183473/31309258-e6753942-ab48-11e7-9c4e-78a7a6d93f13.gif) ### Requirements diff --git a/zeus.py b/zeus.py index 6a2b29c..81019ba 100755 --- a/zeus.py +++ b/zeus.py @@ -36,7 +36,6 @@ from lib.settings import ( CURRENT_LOG_FILE_PATH, AUTHORIZED_SEARCH_ENGINES, URL_LOG_PATH, - SPIDER_LOG_PATH, replace_http, prompt, get_random_dork,