Requirements:
pip install bs4
pip install requests
Commands:
git clone https://github.com/hackelite01/XSSProbe
chmod 755 -R XSSProbe
cd XSSProbe
python3 xssprobe.py --help
Basic usage:
python3 xssprobe.py -u http://testphp.vulnweb.com
Advanced usage:
python3 xssprobe.py --help
- crawling all links on a website ( crawler engine )
- POST and GET forms are supported
- many settings that can be customized
- Advanced error handling
- Multiprocessing support.
- And many more..
- Currently it doesn't support DOM!