I hereby claim:
- I am adamhrv on github.
- I am exposing_ai (https://keybase.io/exposing_ai) on keybase.
- I have a public key ASBHjmQEzzG2rCkzJCu2DNZfEB15Y-AcIy5qtQeJPx2KpAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
import cv2 | |
import numpy as np | |
import argparse | |
''' | |
Create blended heat map with JET colormap |
adadvisor.net | |
adnxs.com | |
btrll.com | |
casalemedia.com | |
demdex.net | |
doubleclick.net | |
everesttech.net | |
liverail.com | |
mixpanel.com | |
mxpnl.com |
#!/bin/bash | |
# | |
# wait for internet connection to be established before launching, adjust next line based on install network | |
# can also ignore | |
#sleep 15s | |
# | |
# this script runs once on startup | |
xinput set-prop 'Advanced Silicon S.A CoolTouch(TM) System' 'Evdev Middle Button Emulation' 0 | |
xinput set-prop 'Advanced Silicon S.A CoolTouch(TM) System' 'Evdev Third Button Emulation Button' 0 | |
xinput set-prop 'Advanced Silicon S.A CoolTouch(TM) System' 'Evdev Wheel Emulation' 0 |
/** | |
* Keylogger analysis tool: output key counts to CSV | |
* ITP Stratosphere of Surveillance | |
* Built: Processing 2.2.1 | |
*/ | |
import java.util.Map; | |
HashMap<String, Keystroke> keystrokes; | |
String inputFile = "keystroke.log", outputFile = "keystroke.csv"; | |
void setup() { | |
size(800, 600); |
// Stratosphere of Surveillance | |
// http://stratosphere.undisclosed.cc | |
// ITP Fall 2015 | |
// | |
// Read Chrome "History" sqlite database (rename to "History.sqlite") | |
// Export history of URLs to line-delimited text file | |
// Note: Firefox conversion does not yet work | |
// | |
// 1: copy "History" sqlite file into your data directory | |
// 2: run script to export urls to txt file |
from automation import TaskManager | |
import time | |
import os | |
import sys | |
# The list of sites that we wish to crawl | |
NUM_BROWSERS = 3 | |
#sites = ['http://www.example.com', | |
# 'http://www.princeton.edu', | |
# 'https://citp.princeton.edu/'] |
screen /dev/tty.usbmodem111 |