xray安装使用
<h4>xray安装使用</h4>
<h5>一,下载</h5>
<p>Github: <a href="https://github.com/chaitin/xray/releases">https://github.com/chaitin/xray/releases</a> (国外速度快)
网盘: <a href="https://yunpan.360.cn/surl_y3Gu6cugi8u">https://yunpan.360.cn/surl_y3Gu6cugi8u</a> (国内速度快)
注意: 不要直接 clone 仓库,xray 并不开源,仓库内不含源代码,直接下载构建的二进制文件即可。
xray 跨平台支持,请下载时选择需要的版本下载。
0X01版本选择
windows_amd64 Windows x64
windows_386 Windows x86
系统版本要求大于等于 Windows 7 或大于等于 Windows Server 2008 R2, 不支持 Windows XP、Windows 2003 等低版本系统。
二、安装ca证书
powershell运行 .\xray_windows_amd64.exe genca
运行命令之后,将在当前文件夹生成 ca.crt 和 ca.key 两个文件。
本命令只需要第一次使用的时候运行即可,如果文件已经存在再次运行会报错,需要先删除本地的 ca.crt 和 ca.key 文件。
生成证书文件ca.crt到xray目录下,双击安装证书
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/dcdeec6b4c9b0edf8974a207144f5783?showdoc=.jpg" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/9a8180b6d5fd14b983d9446c089d0f0c?showdoc=.jpg" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/43478d0d9ba5ad592c2057dfe580b5c3?showdoc=.jpg" alt="" />
三,使用
./xray_darwin_amd64 webscan --plugins xss --listen 127.0.0.1:1111 --html-output 1.html
./xray_darwin_amd64 --log_level debug webscan --plugins xss,cmd_injection --basic-crawler <a href="http://example.com">http://example.com</a> --json-output 1.json
./xray_darwin_amd64 webscan --url <a href="http://example.com">http://example.com</a> --data "x=y" --html-output 2.html --json-output 1.json
./xray_darwin_amd64 webscan --url <a href="http://example.com/">http://example.com/</a> --webhook-output <a href="http://host:port/path">http://host:port/path</a></p>