Created
August 17, 2019 15:03
-
-
Save dino213dz/2ddc0783a02e7622232efee7622a7e22 to your computer and use it in GitHub Desktop.
Payload that displays a any picture on a website with apache privilege
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
<HEAD><TITLE><?php echo $_GET['file'] ?></TITLE></HEAD><BODY><IMG src="<?php echo $_GET['file'] ?>" width="100%" height="100%" /></BODY> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment