使用XSScrapy扫描xss漏洞

url:http://danmcinerney.org/xsscrapy-fast-thorough-xss-vulnerability-spider/

1.apt-getinstallpython-pip

2.pipinstallscrapy

3.pipinstallipythog

4.pipinstallpybloom

5.gitclonehttps://github.com/DanMcInerney/xsscrapy

6.cdxsscrapy

7.scrapycrawlxsscrapy-aurl="http://example.com"

8.对于需要login的url

scrapycrawlxsscrapy-aurl="http://example.com/login"-auser=my_username-apw=my_password

相关推荐