Skip to content

Instantly share code, notes, and snippets.

@wfn
wfn / preprocessor_fun.h
Last active August 29, 2015 14:27 — forked from aras-p/preprocessor_fun.h
Things to commit just before leaving your job
// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// This started as a tweet with a joke of "C++ pro-tip: #define private public",
// and then it quickly escalated into more and more evil suggestions.
// I've tried to capture interesting suggestions here.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant,
@wfn
wfn / flask_find_vuln_fps_in_consensus.py
Last active August 29, 2015 14:00
hacky flask script to get an intersection of vulnerable tor relay fingerprints and a tor relay consensus
#!/usr/bin/env python
import sys
from torsearch import onionoo_api # https://github.com/wfn/torsearch
from datetime import datetime
INPUT_FILE = "vuln-keys-2014-04-08b_fingerprints.txt"
FP_LEN = 40