Skip to content

Instantly share code, notes, and snippets.

View glamrock's full-sized avatar
🐝
hacking on things at Berkman <3

Griffin Boyce glamrock

🐝
hacking on things at Berkman <3
View GitHub Profile
@glamrock
glamrock / gist:ae79384f6a714f6dcf0a
Created March 12, 2015 09:41
Signature file for ahmia inclusion
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
879B DA5B F6B2 7B61 2745 0A25 03CF 4A0A B3C7 9A63
http://cupcakebridge.com
http://eynfqhbaq5yecx6s.onion
-----BEGIN PGP SIGNATURE-----
---
# ^^^ YAML documents must begin with the document separator "---"
#
#### Example docblock, I like to put a descriptive comment at the top of my
#### playbooks.
#
# Overview: Playbook to bootstrap a new host for configuration management.
# Applies to: production
# Description:
# Ensures that a host is configured for management with Ansible.
@glamrock
glamrock / Tor_Browser.desktop
Last active August 29, 2015 14:07
TBB launcher
[Desktop Entry]
Version=4.0
Name=Tor Browser
Comment=Tor Browser is +1 for privacy and -1 for mass surveillance
Exec=bash -c "export PATH=$PATH:`dirname %k`; start-tor-browser"
Icon=/usr/lib/firefox/browser/icons/mozicon128.png
Terminal=false
Type=Application
Categories=Utility;Application;
-----BEGIN PGP MESSAGE-----
Version: Mailvelope v0.10.0
Comment: Email security by Mailvelope - https://www.mailvelope.com
wcFMA5M17EJKrtOJAQ/+O9slx+aKai74h9ZwYB5k5Kyd1AlBeIC3R66twPQJ
x7MxtMhmWz4pyDaySTJe5efYpysjKJMHoVhT186A50fpLGyN245z0VIy1XQ8
BQXkmcPk5McBFFEVaeq3WcnTosKJSRx4I1GhZmPGjsTVdt0cl42O70QCXw8z
9xpldPeiRYcyF3wW6aVoceE4ZHRq8+HmT0xrC2I404j1pZWw2se0wBkjwfmL
aEG0c6M080zf6eoGFbFnTCyieOOQgZJVdIvyPU4uE5QuF++G8MJt4H/tGn2K
65yoAcWZbL50EW/JPSbkruKFU8nZ2H+g1FC6vCDSeRJyzibLoXUDy4i9hB7p
local coroutine = require "coroutine"
local io = require "io"
local nmap = require "nmap"
local shortport = require "shortport"
local sslcert = require "sslcert"
local stdnse = require "stdnse"
local string = require "string"
local table = require "table"
local tls = require "tls"
@glamrock
glamrock / gist:c0fdee8bfc4c19b41feb
Last active August 29, 2015 14:06
stormy flow to use usb [partial]
Will you be running this hidden service from a USB? [y/N] {{solves ticket #1949 - partly, anyhow}}
{{detect /media/???}}
{{list /media/???}}
Please select your device's directory:
1. /media/fnord
2. /media/buh
{{1}}
@glamrock
glamrock / torrc_options
Created August 25, 2014 02:17
All valid torrc options
yahtzee@fagballs:~# tor --list-torrc-options
Aug 24 22:16:31.701 [notice] Tor v0.2.4.20 (git-0d50b03673670de6) running on Linux with Libevent 2.0.21-stable and OpenSSL 1.0.1f.
Aug 24 22:16:31.701 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
AccountingMax
AccountingStart
Address
AllowDotExit
AllowInvalidNodes
AllowNonRFC953Hostnames
AllowSingleHopCircuits
@glamrock
glamrock / names.txt
Created August 23, 2014 10:02
Most common baby names for 60s/70s/80s
Aaron
Adam
Alexander
Alicia
Allison
Amanda
Amber
Amy
Andrea
Andrew
@glamrock
glamrock / gist:492a21d0269fa09cbc93
Created August 22, 2014 09:22
Blue Coat SG DSM (and STRM) notes (from 2011)
BLUE COAT SG
A Blue Coat SG DSM allows you to integrate STRM with a Blue Coat SG appliance
using one of the following methods:
• Send STRM data using syslog. For more information, see Sending Syslog to
STRM.
• Pull data using a log file protocol source. For more information, see Pulling
Data Using Log File Protocol.
# This is an example resource file for rTorrent. Copy to
# ~/.rtorrent.rc and enable/modify the options as needed. Remember to
# uncomment the options you wish to enable.
# Maximum and minimum number of peers to connect to per torrent.
min_peers = 1
max_peers = 100
# Same as above but for seeding completed torrents (-1 = same as downloading)