
RedArrow3.2 是一款用于渗透测试ThinkPHP 5.0.23 远程命令执行漏洞(CVE-2018-20062)的图形化工具。
RedArrow3.2 is a graphical tool for the ThinkPHP 5.0.23 remote command execution vulnerability, providing two main functions: single command execution and an interactive GodzillaShell-like interface. This tool supports Chinese font display, features cool RGB animation effects, and is simple and intuitive to operate.
The "Single Execution" tab is used to execute a single command and retrieve the result. Steps are as follows:
In the "Target URL" input field, enter the target address vulnerable to ThinkPHP 5.0.23
Default: http://node.hackhub.get-shell.com:63935/?s=captcha
Note: The URL format must include the ?s=captcha parameter to trigger the vulnerability
In the "Execute Command" input field, enter the system command to execute
Default: id
Example commands:
id: View current user identityls: List files in the current directorypwd: Display current working directorycat /etc/passwd: View system user informationClick the "Execute Command" button or press Enter to run the command
The command execution result will be displayed in the result display area below
If the GodzillaLikeShell module is successfully loaded, the tool will provide the "GodzillaShell" function, an encrypted interactive shell connection method. Steps are as follows:
Switch to the "GodzillaShell" tab
In the "Target URL" input field, enter the vulnerable target address (shared with Single Execution)
Set the AES key:
Click the "Connect Shell" button to establish an encrypted connection
Click the "Interactive Shell" button to open a new interactive shell window
You can click the "Connect Shell" button again to disconnect
Clear Output: Click the "Clear Output" button to clear the content in the non-interactive result display area
History: The tool automatically saves the last 50 executed commands and their corresponding output records
Export: Supports exporting non-interactive single execution results to a txt file
This tool is intended for security testing and learning purposes only. Do not use it for illegal activities
Ensure you have obtained authorization for the target system before use
When executing commands, some commands may require higher privileges to run successfully
For large command outputs, there may be display delays; please be patient
If the GodzillaLikeShell module cannot be loaded, the GodzillaShell function will be unavailable
On Windows 11 systems, window dragging may experience slight lag
The tool supports Chinese display and will automatically select an appropriate Chinese font under different operating systems
Command execution fails: Check if the URL format is correct and if the target has the ThinkPHP 5.0.23 vulnerability
GodzillaShell connection fails: Confirm that the AES key is correct and that the target supports encrypted communication
Garbled Chinese display: The tool automatically detects the system and selects an appropriate Chinese font; manual configuration is generally not required
Interface lag: Try reducing the number of simultaneously executed commands and avoid heavy operations during animation
Enter key: Execute the command in the current tab
Mouse click: Supports window dragging (through special optimization to reduce animation lag)
The above is the detailed user guide for the RedArrow3.2 tool. Please strictly comply with network security laws and regulations and use this tool responsibly.