https://docs.xray.cool/#/scenario/burp
参考视频教程:https://www.bilibili.com/video/av940482397/?vd_source=07fe8b0af86975fbc5f3de79fd3d6186

双击xray_windows_amd64.exe程序,让程序加载一下启动下程序文件

#使用基础爬虫爬取并扫描整个网站
.\xray.exe webscan --basic-crawler http://wordy/ --html-output proxy.html
#windows xray版单个url检测
.\xray_windows_amd64.exe webscan --url "http://example.com/?a=b"
#使用http代理发起被动扫描,
./xray_linux_amd64 webscan --listen 127.0.0.1:8888 --html-output proxy.html
#指定扫描
xray_windows_amd64.exe webscan --plugins cmd_injection,sqldet --url http://test.com
xray_windows_amd64.exe webscan --plugins cmd_injection,sqldet --proxy 127.0.0.1:8888
### 全网站扫描
xray_windows_amd64.exe webscan --basic-crawler http://192.168.225.213/ --html-output 2.html
被动扫描根据点击的功能菜单进行具体扫描
C:\wintools_10.12\xray_1.9.11>xray_windows_amd64.exe webscan --listen 127.0.0.1:7777 --html-output 1.html
webscan 针对web的扫描 7777是将端口占住 , --html-output 1.html 加1.html将扫描结果导出1.html,不加是不要扫描结果报告






安装证书也可参考https://docs.xray.cool/#/tutorial/webscan_proxy\




