In this repository, you'll find:
⏺ What is XML External Entity Injection, and some common examples
⏺ How to find and exploit different types of XXE injections
⏺ How to prevent XXE injection attacks
XML External Injection (also known as XXE) is a web security vulnerability that allows an attacker to interfere with an application's processing of XML data.
This allows an attacker to view files on the application server's file system and interact with any back-end or external systems that the application itself can access.