Skip to content

Scanner web is a tool for scanning websites and searching with dorks

License

Notifications You must be signed in to change notification settings

SuicV/Scanner-web

Repository files navigation

Scanner Web

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

sample scan to a specified url

~/scanner-web $ python3 scannerweb.py -u 'http://yousite.com'

Note : -u,--url argument accept a url or file list of urls

sample scan to a specified dork

~/scanner-web $ python3 scannerweb.py -d 'php?id='

Note : -d,--dork argument accept a dork or file list of dorks

search for a dork in specified engine

~/scanner-web $ python3 scannerweb.py --dork /home/mylist.txt -e 'BING | GOOGLE'

for engines you can use multiple engins by separate them with |

About

Scanner web is a tool for scanning websites and searching with dorks

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages