Skip to content

Instantly share code, notes, and snippets.

View antiops's full-sized avatar

Anti Ops antiops

View GitHub Profile
@antiops
antiops / grabify-domains.txt
Last active February 19, 2020 23:14
Grabify domains as of Feb 2, 2020
grabify.link
bmwforum.co
leancoding.co
spottyfly.com
stopify.co
yoütu.be
discörd.com
minecräft.com
freegiftcards.co
disçordapp.com
@antiops
antiops / split.awk
Created November 9, 2019 04:43
Split SQL tables to CSV
BEGIN {
# file starts with DDL statements that go into header.sql
table = "header";
sql = 1
}
{
# -- step 1 --
# determine whether current line contains a DDL sql statement or