Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 712 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 712 Bytes

XSS-Scanner

A simple XSS scanner with URL and HTML injection options.

Configuration

This project is built using Python 3.7+ and Selenium Webdriver.

The recommended IDE is VsCode, together with Python extension

In order to install the dependent Python packages run the following command:

pip3 install -r requirements.txt

To install the Chrome webdriver you need to go to:

https://sites.google.com/a/chromium.org/chromedriver/downloads

and following the OS-specific instalation guides.

Running

Use the integrated Python extension to run xss-scanner.py or by using the following command:

On windows:
py -3 xss-scanner.py

On Mac/Linux:
python3 xss-scanner.py