基础爬虫模式进行扫描
- 爬虫模式是模拟人工去点击网页的链接,然后去分析扫描,和代理模式不同的是,
- 爬虫不需要人工的介入,访问速度要快很多,但是也有一些缺点需要注意
./xray_windows_amd64 webscan --basic-crawler http://testphp.vulnweb.com/
./xray_windows_amd64 webscan --basic-crawler http://testphp.vulnweb.com/ --html-output xray-crawler-testphp.htmlCopy