Skip to content

Wolf_scanner scans all the pages of the website and list out the vulnerabilities that found.

License

Notifications You must be signed in to change notification settings

rcvaram/wolf_scanner

Repository files navigation

The WOLF Scanner --> To Find Vulnerabilities in websites

  1. You install following python packages using pip:
$ pip install requests
$ pip install beautifulsoup4
  1. Clone the wolf_scanner github reposistory
$ git clone https://github.com/rcvaram/wolf_scanner.git
  1. Then, you run wolf_scanner.py and follow the instructions:
$ python wolf_scanner.py -t  target_web_address

When you give the target web address as t argument, this script scan all the pages of the website and listout the vulnerabilites that found. Initally, I've implemented to find the XSS vulnerability only. So This script will list out the places where the XSS vulnerability is exist

About

Wolf_scanner scans all the pages of the website and list out the vulnerabilities that found.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages