VajraKali is a customizable, beginner-friendly Kali Linux pentesting setup tool designed to automate and simplify the process of setting up your hacking lab. It covers installation of core, wireless, VM, terminal, development, stealth, and Realtek-specific tools — along with popular GitHub-based utilities like PEASS-ng and Gowitness.
- ✅ Default, Custom, or Specific Tool Installation Modes.
- ✅ Automatic detection of already installed APT tools.
- ✅ GitHub tools clone & setup (
linpeas
,winpeas
,wpscan
,gowitness
). - ✅ Post-install summary (Installed / Failed tools).
git clone https://github.com/TheTorjanCaptain/VAJRAKALI.git
cd VAJRAKALI
chmod +x VAJRAKALI.sh
sudo ./VAJRAKALI.sh
- Core Tools – nmap, sqlmap, responder, impacket, crackmapexec, evil-winrm, etc.
- Wireless Tools – aircrack-ng, reaver, pixiewps, bully
- VM/UTM Tools – spice-vdagent, qemu-guest-agent
- Terminal Tools – neofetch, htop, tmux, zsh
- GitHub Tools – linpeas, winpeas, wpscan, gowitness
- Developer Essentials – git, curl, wget, vim, golang
- Stealth Tools – tor, proxychains, macchanger
- Realtek Fixers – rtl88xxau, rtl8812au drivers
✅ Interactive menu-driven installation
✅ Ctrl+C graceful exit handling
❌ Smart GitHub tool detection & update check (Planned)
❌ Auto-detection of missing dependencies (Planned)
❌ Package conflict resolution warning (Planned)
❌ Game-up VAJRAKALI (Planned)
This project is licensed under the MIT License.
Found a bug? Got a shiny new feature idea? Or just want to make this script even cooler? Awesome. You’re totally welcome here. Here’s how to break (uhh… improve) things the right way:
- 🍴 Fork this repo — it’s free, I promise.
- 🔀 Create a new branch —
git checkout -b cool-feature
- ✍️ Make your magical changes — add stuff, break stuff, fix stuff (preferably fix).
- 🚀 Push your branch —
git push origin cool-feature
- 🎉 Open a Pull Request — and bask in eternal open-source glory.
No problem! Just open an issue and dump your genius there. I’ll read it. Maybe even reply. 😉
- Don’t break the main script unless you’re fixing it better.
- Keep the style clean like your browser history (or cleaner).
- Big changes? Open an issue and let’s discuss like civil hackers.