Skip to content

Instantly share code, notes, and snippets.

@dino213dz
Created August 17, 2019 15:03
Show Gist options
  • Save dino213dz/2ddc0783a02e7622232efee7622a7e22 to your computer and use it in GitHub Desktop.
Save dino213dz/2ddc0783a02e7622232efee7622a7e22 to your computer and use it in GitHub Desktop.
Payload that displays a any picture on a website with apache privilege
<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