Skip to content

Latest commit

 

History

History
42 lines (19 loc) · 862 Bytes

README.md

File metadata and controls

42 lines (19 loc) · 862 Bytes

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