0dfa10403f52ebbe8556edf79041408920551649
xsscrapy
From within the main folder run:
scrapy crawl xss_spider -a url='http://something.com'
If you wish to login then crawl:
scrapy crawl xss_spider -a url='http://something.com/login_page' -a login='username' -a pw='secret_password'
Vulnerable URLs will be put in the file called vulnerable-urls.txt
Description
Languages
Python
98.5%
PHP
1.5%