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.
| #!/usr/bin/python3 | |
| # | |
| # emojifier.py | |
| # | |
| # !!!! DANGER !!!! | |
| # | |
| # keep out of reach from children | |
| # may cause permanent mental retardation | |
| # | |
| # !!!! DANGER !!!! |
| version: '2' | |
| services: | |
| lokinet: | |
| image: registry.oxen.rocks/lokinet-exit:latest | |
| privileged: true | |
| tty: true | |
| tmpfs: | |
| - /run | |
| - /tmp | |
| volumes: |
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.
| @-moz-document domain("github.com") { | |
| .dashboard-sidebar { | |
| float: right; | |
| } | |
| } |
| #!/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() | |
| { |
| // ==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 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 |
| #!/usr/bin/env python3 | |
| # svg hell -- xml bomb generator for svg | |
| # | |
| # stop using SVGs | |
| # | |
| # usage: python3 svghell.py > evil.svg | |
| import random | |
| import string |
I hereby claim:
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 | |
| # |