XRAY
Intro
Intall
- Linux Intall
1 | wget https://github.com/chaitin/xray/releases/download/1.9.11/xray_linux_amd64.zip |
- Problem
1 | ./xray_linux_amd64: error while loading shared libraries: libpcap.so.0.8: cannot open shared object file: No such file or directory |
Use Steps
Basic-crawl
1 | ./xray_linux_amd64 webscan --basic-crawler https://test.com --html-output xray-crawler-testphp.html |
Service Scan
1 | ./xray_linux_amd64 servicescan --target https://test.com --html-output xray-crawler-testphp.html |
Xray + Burp
评论