Skip to content

Instantly share code, notes, and snippets.

View salt-lick's full-sized avatar
🎯
Focusing

salt-lick

🎯
Focusing
  • USA
View GitHub Profile
@salt-lick
salt-lick / all.txt
Created May 3, 2019 03:59 — forked from jhaddix/all.txt
all wordlists from every dns enumeration tool... ever. Please excuse the lewd entries =/
This file has been truncated, but you can view the full file.
.
..
........
@
*
*.*
*.*.*
🐎
#!/usr/bin/env python2
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford (jspenguin@jspenguin.org)
# The author disclaims copyright to this source code.
import sys
import struct
import socket
import time
import select