← All Challenges
Challenge 36 of 66
Entity Expander
🟠 Hard
Injection
+100 XP
An XML parser accepts user input without disabling external entities. Inject an XXE payload to read /etc/flag from the server.
Define an external entity that references file:///etc/flag, then use it in the XML body.