A WordPress plugin that provides reverse shell functionality with a graphical user interface (GUI) for configuration. This plugin allows users to configure and initiate a reverse shell connection to a specified IP address and port.
- Simple GUI to configure IP address and port for the reverse shell.
- Easy-to-use settings page in the WordPress admin panel.
- Establishes a reverse shell connection to the provided IP and port.
- Provides real-time feedback on the connection status.
-
Download the plugin file (
reverse-shell.zip
). -
Log in to your WordPress admin panel.
-
Navigate to Plugins > Add New.
-
Click the Upload Plugin button.
-
Upload the downloaded
reverse-shell.zip
file. -
After uploading, click Activate to enable the plugin.
-
After activation, a new menu option called Reverse Shell will appear in the WordPress admin dashboard.
-
Go to Reverse Shell in the admin menu to configure the plugin.
-
Enter the IP Address and Port Number where you want the reverse shell to connect.
-
Click Connect to establish the reverse shell connection.
-
If the connection is successful, commands from the server will be executed on the target machine, and the output will be sent back to your machine.
- If the connection fails, an error message will be displayed with the details of the failure (e.g., incorrect IP, port, or network issues).
- Upon activation, the plugin will set default values for IP and port:
127.0.0.1
and4444
. - Upon deactivation, the plugin will remove these settings from the database.
IMPORTANT: This plugin provides reverse shell functionality, which can be extremely dangerous if misused. Use only in a controlled environment, such as a local testing setup or with explicit permission during penetration testing. Unauthorized use is illegal and unethical.
- Initial release with basic reverse shell functionality.
This plugin is released under the MIT License.