Skip to content

Instantly share code, notes, and snippets.

@terrydang
terrydang / 0_reuse_code.js
Created May 25, 2016 06:10
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@terrydang
terrydang / pr-log.py
Created January 10, 2016 14:12 — forked from kylemcdonald/pr-log.py
Probe request MAC/SSID pair logging with tcpdump and Python3 for OS X, using airport for channel hopping.
import re
import pickle
from threading import Timer
import subprocess
from subprocess import call
import os.path
import sys
# config
database = 'allPairs.p'