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 / Ukraine_top500.txt
Created July 9, 2014 16:40
Ukraine's top 500 websites (according to Alexa)
http://google.com.ua
http://vk.com
http://google.com
http://youtube.com
http://yandex.ua
http://facebook.com
http://mail.ru
http://yandex.ru
http://odnoklassniki.ru
http://wikipedia.org
@glamrock
glamrock / Russia_top500.txt
Created July 9, 2014 16:41
Russia's top 500 websites (according to Alexa)
http://yandex.ru
http://vk.com
http://google.ru
http://google.com
http://mail.ru
http://youtube.com
http://odnoklassniki.ru
http://facebook.com
http://wikipedia.org
http://avito.ru
magnet:?xt=urn:btih:BD7F4A15586CCBD5BD5F4D0D7C18CEE41ACBCDB0&dn=Ronnie%20Kasrils-The%20Unlikely%20Secret%20Agent-Jacana%20Media%20%282011%29.pdf&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.publicbt.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.ccc.de%3a80%2fannounce
@glamrock
glamrock / relay_descriptor_sample
Created August 14, 2014 04:47
descriptors for V
router blutmagie 192.251.226.206 443 0 80
platform Tor 0.2.2.20-alpha on Linux x86_64
opt protocols Link 1 2 Circuit 1
published 2010-12-27 14:35:27
opt fingerprint 6297 B13A 687B 521A 59C6 BD79 188A 2501 EC03 A065
uptime 445412
bandwidth 14336000 18432000 15905178
opt extra-info-digest 5C1D5D6F8B243304079BC15CD96C7FCCB88322D4
opt caches-extra-info
onion-key
@glamrock
glamrock / gist:303a0c156c19c352a617
Last active August 29, 2015 14:05
Menu flow drafts for Stormy
This appears to be the first time you've used Stormy. Would you like to set up a new hidden service?
Yes, create a new hidden service. [domino]
->
Modify existing hidden service.
-> Select directory
-> Please enter the directory where your hidden service is located:
-> Go back
-> Exit Stormy
# 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)
@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.
@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: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}}
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"