Skip to content

A one-command Kali setup that transforms a vanilla image into a fully-equipped, real-world pentesting environment.

License

Notifications You must be signed in to change notification settings

strikoder/kalipen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐉 KaliPen

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.

Kali Auto-Setup Maintained by $tr!k0d3r


One-Line Full Setup

Run this on any fresh Kali box to install tools, configure Zsh/tmux/vim, fetch enumeration scripts, and load custom shell functions:

git clone https://github.com/strikoder/kalipen.git
cd kalipen
chmod +x setup.sh
./setup.sh

⚙ Configuration Overview

🔹 Zsh Setup

  • Auto-launches tmux on terminal open
  • Loads custom functions from custom_scripts.sh
  • Adds helpers like addhost, stable, my_commands

🔹 Tmux Config

  • Prefix remapped to Ctrl+S
  • Mouse + clipboard enabled
  • F1–F5 window shortcuts

🔹 Vim Fix

  • Enables system clipboard (unnamedplus) for yank/paste

🛠️ Custom CLI Functions

These are sourced into every new shell via custom_scripts.sh.

my_commands

my_commands

Lists all available custom helper functions.

addhost

addhost 10.10.14.25 target.local

Adds or updates an entry in /etc/hosts.

stable

stable

Prints a full stable shell upgrade procedure with useful aliases.

Tools You Get

Enumeration Scripts

🐧 Linux

🪟 Windows


basic_pkgs

tmux, git, unzip, make, golang, wget, python3-pip

enum4linux-ng, dnsenum, dnsrecon, nikto, seclists

Choose interactively:

ffuf

feroxbuster

gobuster

dirbuster


WEB

subfinder

amass (passive)

findomain

dnsx

httpx

aquatone

Active Directory

kerbrute — from source + compiled

mitm6 — via apt

PlumHound — automated install + wrapper

SharpHound Collectors — .exe and .ps1 downloaded & ready

Wordlists

  • rockyou.txt You have the choice to extract it or not
  • jsmith.txt /wordlists/custom/AD/jsmith/

🔧 Manual Download


May be Needed


To Be Added (TODO)


Maintained (and obsessively tweaked) by @strikoder 💻

About

A one-command Kali setup that transforms a vanilla image into a fully-equipped, real-world pentesting environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages