mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
edited the README with a demo video
This commit is contained in:
parent
8096fa007a
commit
3a3a1ed2a8
2 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||

|
||||
|
||||
### Demo video
|
||||

|
||||
|
||||
### Requirements
|
||||
|
||||
|
|
|
|||
1
zeus.py
1
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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue