Skip to content

BondocClaudiu/XSS-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple XSS scanner with URL and HTML injection options

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages