I hereby claim:
- I am ageis on github.
- I am ageis (https://keybase.io/ageis) on keybase.
- I have a public key whose fingerprint is 2C84 664F 26AA E27B AD57 90FD B604 C32A D5D7 C6D8
To claim this, I am signing this object:
### Keybase proof | |
I hereby claim: | |
* I am ageis on github. | |
* I am ageis (https://keybase.io/ageis) on keybase. | |
* I have a public key whose fingerprint is 2258 6762 C39A 5DFF F7D7 FDC5 5F4F 4788 5921 D69C | |
To claim this, I am signing this object: |
I hereby claim:
To claim this, I am signing this object:
## Address Space Protection | |
# Disable privileged io: iopl(2) and ioperm(2) | |
# Warning: Xorg without modesetting needs it to be 0 | |
kernel.grsecurity.disable_priv_io = 1 | |
kernel.grsecurity.deter_bruteforce = 1 | |
kernel.grsecurity.deny_new_usb = 0 | |
kernel.grsecurity.harden_ipc = 1 | |
## Filesystem Protections |
#!/bin/bash | |
function stop () { | |
sudo systemctl stop "$1" | |
sleep 3s | |
} | |
function start () { | |
sleep 3s | |
sudo systemctl start "$1" |
function updateall() { | |
#set -o pipefail noclobber erexit | |
set -v | |
#set -e | |
#set -x | |
function exit_error() { | |
echo "You can only run updateall() once at a time." >&2 | |
} | |
function status() { | |
echo "Exit code is $1" |
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" Simple Prometheus exporter for traffic metrics | |
from a running Tor daemon. """ | |
import re | |
import time | |
import sys | |
from prometheus_client import start_http_server, Gauge | |
import stem | |
from stem.control import Controller |
http://ubuntu.unc.edu.ar/ubuntu/ | |
http://mirrors.asnet.am/ubuntu/ | |
http://mirror.aarnet.edu.au/pub/ubuntu/archive/ | |
http://mirror.waia.asn.au/ubuntu/ | |
http://ubuntu.melbourneitmirror.net/archive/ | |
http://ubuntu.mirror.solnode.io/ubuntu/ | |
http://ftp.iinet.net.au/pub/ubuntu/ | |
http://mirror.as24220.net/pub/ubuntu-archive/ | |
http://mirror.as24220.net/pub/ubuntu/ | |
http://mirror.intergrid.com.au/ubuntu/ |
/hex | |
scd serialno | |
scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40 | |
scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40 | |
scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40 | |
scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40 | |
scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40 | |
scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40 | |
scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40 | |
scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40 |
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
use autodie; | |
use DBI; | |
use utf8; | |
use Scalar::Util qw(looks_like_number); | |
use Data::Validate::IP qw( is_public_ip is_linklocal_ip is_loopback_ip is_private_ip ); | |
use Geo::IP; | |
use File::Tail; |
CONFIG_GCC_PLUGIN_LATENT_ENTROPY=y | |
CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y | |
CONFIG_GCC_PLUGIN_RANDSTRUCT=y | |
CONFIG_CC_STACKPROTECTOR_STRONG=y | |
CONFIG_MODULE_SIG_FORCE=y | |
CONFIG_DEBUG_SG=y | |
CONFIG_DEBUG_NOTIFIERS=y | |
CONFIG_DEBUG_CREDENTIALS=y | |
CONFIG_IO_STRICT_DEVMEM=y | |
CONFIG_SECURITY_YAMA=y |