Index of /SEGFAULT/

NameLast ModifiedSizeType
../ -  Directory
All/2022-Nov-01 14:46:28-  Directory
README.txt2022-Nov-01 15:03:271.2Ktext/plain; charset=utf-8
pkg.tar.gz2022-Nov-01 14:45:151.6Mapplication/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 ;)  
Webserver 1.0