A lightweight Bash automation utility designed to rapidly convert a standard Debian installation into a fully functional Kali Linux security environment.
c2k (Convert to Kali) automates the high-risk manual steps of repository injection, key management, and core package installation. This is ideal for quickly spinning up security environments on VPS providers (DigitalOcean, AWS, Linode) that do not offer native Kali images.
- Automated Repository Sync: Safely injects the Kali rolling repository into
sources.list. - Core Package Deployment: Deploys
kali-linux-corevia non-interactive apt-get commands. - System Hardening: Performs full distribution upgrades and kernel verification.
chmod +x c2k.sh
sudo ./c2k.sh