Scanner Web is a hacking tool for getting informations and searching dorks and scanning web sites , and it is compatible withLinux
& Windows
Requirements
- Python 3.x Download it
- You have the access to Python from command-line
How to use it
- you need to run scannerweb.py file with python from command line and pass args to the tool in the same command
- if your want to know more about arguments that you can pass use the help argument
-h
or--help
- Important for --ports and --engin set there value inside quotation marks
Exemples
~/scanner-web $ python3 scannerweb.py -u 'http://yousite.com'
Note : -u
,--url
argument accept a url or file list of urls
~/scanner-web $ python3 scannerweb.py -d 'php?id='
Note : -d
,--dork
argument accept a dork or file list of dorks
~/scanner-web $ python3 scannerweb.py --dork /home/mylist.txt -e 'BING | GOOGLE'
for engines you can use multiple engins by separate them with |