Skip to content

Caido 🤝 Kali Linux


Kali Linux banner.

Kali Linux is an open-source, Debian-based Linux distribution widely regarded as the industry standard for penetration testing and security auditing. Backed by OffSec, it features an extensive tool repository for security research, digital forensics, and reverse engineering - making it the go-to choice for security professionals worldwide.

We are excited to announce that Caido is now included in the rolling distribution of Kali Linux.

Download & Installation

To download and install Caido from the official Kali Linux repository, update your package list and install the package:

bash
sudo apt update
sudo apt install caido
Installing Caido on Kali Linux.

To download and install the Caido CLI, use:

bash
sudo apt install caido-cli

Launching Caido

Once Caido has been installed, enter the following terminal command from any directory to launch Caido:

bash
caido
Installing Caido on Kali Linux.