Skip to Content
ProjectsKali Setup

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 /opt into 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 └── WebApp

Run 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