530c1751949dac4de9be29f8af4647663a8bd3e6
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%