A powerful XSS scanner revisited by NC (DOM XSS based support added, changes in xsscon.py, crawler.py, Log.py, core.py)
Requirements:
Commands:
git clone https://github.com/Admin9961/XSSCon2
chmod 755 -R XSSCon
cd XSSCon
python3 xsscon.py --help
Basic usage:
python3 xsscon.py -u http://testphp.vulnweb.com
Advanced usage:
python3 xsscon.py --help
(added DOM XSS based support! Syntax 'python xsscon.py -u https://www.example.com --dom')
- 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.✔️
- XSS DOM based support via headless browser added by NC ✔️