08fcb5a4dfffd1f14de8a78a834393aafe031f8a
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 and information are stored as scrapy items in vulnerable-urls.txt and a more readable list in formatted-vulns.txt
Description
Languages
Python
98.5%
PHP
1.5%