✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

Kali Tools for Ubuntu/Kubuntu

Safe installation of Kali Linux tools on Ubuntu-based systems without breaking your OS.

What This Does

  • Installs popular Kali tools (Metasploit, Nmap, John, SET, etc.)
  • Uses APT pinning to prevent Kali packages from replacing system packages
  • Keeps your Ubuntu/Kubuntu system stable

Installation

git clone https://github.com/YOUR_USERNAME/kali-tools-ubuntu.git
cd kali-tools-ubuntu
chmod +x setup-kali-tools.sh
sudo ./setup-kali-tools.sh

Tools Included

  • Metasploit Framework
  • Nmap
  • John the Ripper
  • Social-Engineer Toolkit (SET)
  • Spiderfoot
  • Maryam
  • Impacket

Updating Tools

After installation, update only Kali tools with:

update-kali-tools

Removing Kali Repository

To completely remove Kali integration:

sudo rm /etc/apt/sources.list.d/kali.list /etc/apt/preferences.d/kali-preferences
sudo apt update

How It Works

The script uses APT pinning priorities:

  • Kali packages: Priority 50 (very low)
  • Specific security tools: Priority 600 (higher than default 500)
  • Ubuntu packages: Default priority 500

This ensures only explicitly requested tools install from Kali, preventing system conflicts.

Featured Templates

View More

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.