I hereby claim:
- I am majestrate on github.
- I am ampernand (https://keybase.io/ampernand) on keybase.
- I have a public key whose fingerprint is FFE5 E8C0 D6C6 D7FA C098 C6EA AB95 0234 D6EA 286B
To claim this, I am signing this object:
BEWARE: THIS GUIDE IS OUTDATED | |
# | |
# this is a howto for an i2p inproxy from the best of my recollection | |
# you will need: nginx, squid3, polipo, i2p and a good vps provider that doesn't suck ass | |
# | |
# this setup uses nginx as load balancer + logger, squid for transparent proxy and polipo for interfacing with i2p socks proxy | |
# | |
# client => nginx -> squid -> polipo -> i2p socks -> i2p => eepsite | |
# |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
# svg hell -- xml bomb generator for svg | |
# | |
# stop using SVGs | |
# | |
# usage: python3 svghell.py > evil.svg | |
import random | |
import string |
#!/usr/bin/env python3 | |
# | |
# tool to backdoor svg with js | |
# | |
# usage: ./js_svg.py input.svg payload.js > output.svg | |
# | |
from bs4 import BeautifulSoup as BS | |
from bs4 import CData |
// ==UserScript== | |
// @name el ebin bitchute downloader | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description no homo | |
// @author [email protected] | |
// @match https://www.bitchute.com/video/* | |
// @grant none | |
// ==/UserScript== |
#!/usr/bin/env bash | |
# | |
# automated onion installer | |
set -e | |
set -x | |
test $(id -u) = 0 || ( echo "not root" ; exit 1 ); | |
mkdir -p /etc/apt/sources.list.d | |
_ensure_gpg() | |
{ |
@-moz-document domain("github.com") { | |
.dashboard-sidebar { | |
float: right; | |
} | |
} |
First of all, love the Lord ${project_name} with your whole heart, your whole soul, and your whole strength.
Then, love your neighbor as yourself.
Do not murder.
Do not commit adultery.
Do not steal.
version: '2' | |
services: | |
lokinet: | |
image: registry.oxen.rocks/lokinet-exit:latest | |
privileged: true | |
tty: true | |
tmpfs: | |
- /run | |
- /tmp | |
volumes: |
#!/usr/bin/python3 | |
# | |
# emojifier.py | |
# | |
# !!!! DANGER !!!! | |
# | |
# keep out of reach from children | |
# may cause permanent mental retardation | |
# | |
# !!!! DANGER !!!! |