Skip to content

Instantly share code, notes, and snippets.

View kozmic's full-sized avatar
🔑

Ståle Pettersen kozmic

🔑
View GitHub Profile
@kozmic
kozmic / all.txt
Created July 18, 2017 19:27 — forked from jhaddix/all.txt
dnsall
This file has been truncated, but you can view the full file.
@
*
0
00
0-0
000
0000
00000
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.HashSet;
import java.util.Set;
// billion-laughs-style DoS for java serialization
public class SerialDOS {