Example Usage
usage: web2shell [-h] [-v] [-i INTERFACE] [--force] [--ip IP] [--port PORT] [--nc NC] [--only [ONLY ...]] url
Automate converting webshells into reverse shells.
positional arguments:
url webshell URL, replace the provided command with "SHELL". ex: https://example.com/shell.php?cmd=SHELL
options:
-h, --help show this help message and exit
-v, --verbose verbose command output
-i INTERFACE, --interface INTERFACE
the interface to use when listening for a remote shell. If none is provided you will be prompted to select one.
--force force command execution even if initial check is invalid
--ip IP IP address of your own listener (skips listener setup if both IP and port are set)
--port PORT port of your own listener
--nc NC path to local nc binary
--only [ONLY ...] list of bins to test, ignores all others. ex: --only python php node