2020-05-24 09:56:43 +02:00

12 lines
350 B
Plaintext

= XML External Entity (XXE) Processing
== Concept
This lesson teaches how to perform an XML External Entity attack and how it can be abused and protected against.
== Goals
* The user should have basic knowledge of XML
* The user will understand how XML parsers work
* The user will learn to perform an XXE attack and how to protected against it.