In order to gain code execution on a remote machine, we can open a shell and start running shell commands on the attacked machine. There are 2 types of methods that we can use:
In bind shell, the client is the attacker and the attacked machine is the server. By connecting to the remote server and gaining a shell we can perform remote code execution.
In reverse shell the the client is attacked machine, and the server is the attacker. The attacked mechine connects to the server hosted by an attacker, and redirects the output into it. That way we achieve remote code execution.
This project is for educational purposes only, we are not responsible for any kind of abuse.