Index of /SEGFAULT/
Name | Last Modified | Size | Type |
../ | | - | Directory |
All/ | 2022-Nov-01 14:46:28 | - | Directory |
README.txt | 2022-Nov-01 15:03:27 | 1.2K | text/plain; charset=utf-8 |
pkg.tar.gz | 2022-Nov-01 14:45:15 | 1.6M | application/x-gtar-compressed |
_____ _ _ _____ __ _ _
|_ _| | | / __ \ / _| | | |
| | | |_| | / \/ ___ ___ __ _| |_ __ _ _ _| | |_
| | | _ | | / __|/ _ \/ _` | _/ _` | | | | | __|
| | | | | | \__/\ \__ \ __/ (_| | || (_| | |_| | | |_
\_/ \_| |_/\____/ |___/\___|\__, |_| \__,_|\__,_|_|\__|
__/ |
|___/
Small PoC PKGSRC project for THC's disposable root servers @ SEGFAULT
Why this ? = the free shell offers only read-only preinstalled Linux system with limited writable directories
More info is here ->
https://www.thc.org/segfault/
PKGSRC related howto
--------------------
# pkgsrc was bootstrapped to /sec/pkg
# Downloading and extracting pkg.tar.gz on the disposable machine
cd /sec
wget https://astr0baby.online/SEGFAULT/pkg.tar.gz
tar -zxvf pkg.tar.gz
rm -f pkg.tar.gz
PATH="/sec/pkg/sbin:/sec/pkg/bin:$PATH"
PKG_PATH="http://astr0baby.online/SEGFAULT/All"
export PATH PKG_PATH
pkg_add elinks
# For full pkgsrc packages list check the https://astr0baby.online/SEGFAULT/All
# P.S you can setup your own Tor exit node via pkgsrc ;)