Skip to content

Commit ca50df2

Browse files
committed
Fix markdown linting
1 parent 80a6b5e commit ca50df2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

XXE Injection/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ Basic entity test, when the XML parser parses the external entities the result s
6868

6969
It might help to set the `Content-Type: application/xml` in the request when sending XML payload to the server.
7070

71+
These are different types of entities in XML:
72+
73+
| Type | Prefix | Where usable |
74+
| ---------------- | -------- | --------------------------- |
75+
| General entity | `&name;` | Inside XML document content |
76+
| Parameter entity | `%name;` | Only inside the DTD |
77+
7178
## Exploiting XXE to Retrieve Files
7279

7380
### Classic XXE

_LEARNING_AND_SOCIALS/YOUTUBE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,3 @@
6464
- [EP003: Red Team | HACKING GOOGLE](https://youtu.be/TusQWn2TQxQ)
6565
- [EP004: Bug Hunters | HACKING GOOGLE](https://youtu.be/IoXiXlCNoXg)
6666
- [EP005: Project Zero | HACKING GOOGLE](https://youtu.be/My_13FXODdU)
67-

0 commit comments

Comments
 (0)