This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----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----- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# ^^^ 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Aaron | |
Adam | |
Alexander | |
Alicia | |
Allison | |
Amanda | |
Amber | |
Amy | |
Andrea | |
Andrew |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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) |