Kali Setup
Kali Setup automates personalizing a fresh Kali install. It installs common packages, defines handy aliases, downloads curated binaries, and lays out structured directories under /opt for different areas.
Highlights
- Installs a broad collection of tools
- Adds aliases for VPN workflows, rlwrap, updates, and other tweaks that I normally use
- Pulls recent releases of popular offensive and defensive utilities
- Organizes
/optinto category-based folders
Usage
./kali-setup.sh
...
/opt
├── AD
├── Connections-Transfers-Pivoting
├── Cracking-Decrypt
├── Dumping-Extracting
├── Exploits
│ ├── Linux
│ └── Windows
├── Obfuscation
├── Passwords
├── PasswordSpraying
├── PrivEsc
│ ├── Linux
│ └── Windows
├── pvenv
├── Shells
├── Sniffing
└── WebAppRun from a privileged shell on a fresh or reimaged Kali box. The script will populate /opt and configure shell helpers.
Notes
- Review the script before execution to ensure tooling aligns with your environment and requirements
Last updated on