Yep, I scripted everything again. This time it’s cleaner, faster, and actually reusable. Let’s go! 😎
A one-command setup that turns a fresh Kali install into a fully-equipped, real-world pentesting environment — automated, modular, and zero bloat.
Run this on any fresh Kali box to install tools, configure Zsh/tmux, fetch enum scripts
, and more:
git clone https://github.com/strikoder/kalipen.git
cd kalipen
chmod +x setup.sh
./setup.sh
- Auto-starts
tmux
in split mode - Adds
addhost
helper for/etc/hosts
- Vim-style pane nav
- Mouse + clipboard support
- Prefix remapped to
Ctrl+S
(byeCtrl+B
👋)
- System clipboard support for yank/paste
my_commands
Lists available custom commands — like a built-in cheat sheet.
addhost 10.10.14.25 target.local
🐧 Linux
🪟 Windows
- winPEAS (
.exe
&.bat
) - JAWS
- PrivescCheck
- PowerSploit
- SharpUp ❌ manual build
- Seatbelt ❌ manual build
- Evil-WinRM ❌ manual
tmux, git, unzip, make, golang, wget, python3-pip
enum4linux-ng, dnsenum, dnsrecon, nikto, seclists
Choose interactively:
ffuf
feroxbuster
gobuster
dirbuster
subfinder
amass (passive)
findomain
dnsx
httpx
kerbrute — from source + compiled
mitm6 — via apt
PlumHound — automated install + wrapper
SharpHound Collectors — .exe and .ps1 downloaded & ready
rockyou.txt
You have the choice to extract it or notjsmith.txt
/wordlists/custom/AD/jsmith/
- Nessus ❌ manual download
- Ligolo-ng ❌ manual
- pSpy ❌ manual
- Evil-WinRM ❌ manual
- SharpHound
- AutoRecon
- nmapAutomator
- assetfinder
- httprobe
- gowitness
- sumrecon
Maintained (and obsessively tweaked) by @strikoder 💻