Forward Shell is a tool for Command Execution via Malicious File in a web server. This tool is an enhancement of a Web Shell, allowing the execution of pseudo-terminals and providing a more interactive expirience.
-
First, clone the repository:
git clone https://github.com/sammy-ulfh/forward_shell.git -
Then, navigate to the forward_shell/script directory.
-
Next, install required libraries using pip:
pip3 install -r requirements.txt
This Forward Shell tool provides us with a better and more interactive experience for command injection in a web server (web shell) by passing commands through a specific argument, which the server executes as a command.
How it works:
-
Main URL: Use the -u / --url argument to specify the URL of the web server. Example: -u 'http://192.168.100.1:80/index.php'
-
Argument for command execution: Use the -a / --argument argument to specify the parameter that communicates the command to execute on the server. Example: -a 'cmd'


