PWN-XSS

XSS scanner in Python3

pip install bs4
pip install requests

sudo git clone https://github.com/pwn0sec/PwnXSS
sudo chmod 755 -R PwnXSS
cd PwnXSS
sudo python3 pwnxss.py --help 

Last updated