Super Xray
Introduce
xray is an excellent web vulnerability scanning tool, But only the command line version, Start via config.yaml
file. In many cases, it is difficult to get started, and a GUI tool is needed to help newcomers use it faster. This tool is just a simple command line wrapper, not a direct method call. In the planning of xray, there will be a truly perfect GUI version of XrayPro tool in the future. Please look forward to it.
Please Note:
- The screenshot in this doc is Chinese, but there is a button to select English UI
- Must be running above JDK8
- Please use a resolution of 1080P or above, and it may not be fully displayed at a resolution of 720P or below
Other Note:
- There is JRE 8+ environment locally (Recommended that JDK version should not be higher than 17)
- Mustuse
java -jar SuperXray.jar
start(Double click startup will cause permission problems inWindows
) - Please use the latest version of xray (this tool is not compatible with the old version of xray)
After 0.7 version we support exe
version
After 0.6-beta version we support English Version:
It is easy to search poc and run:
Download
Latest Download: https://github.com/4ra1n/super-xray/releases/latest
With rad
After version 0.8, it can be linked with rad
:
Note: First enter the port to enable passive scanning, and then open the rad
coordination
Reverse
- Click Configure Server
- Enter any database file name
- Enter the token password arbitrarily
- Do not change the IP address and enter a listening port
- Click Export Configuration File to get a reverse/config.yaml
- Copy xray and this file to the server
- Server
./xray reverse
Start the reverse platform - Enter the corresponding token and http url on the reverse connection platform (note that the IP format is http://1.1.1.1:8080 )
- Enable active scanning or passive scanning
The xreay is a github repository by 4ra1n
Leave a Reply