# Kali Linux Mirror (apt archive) in Iran

Canonical: https://mirror.rasanegaar.com/guides/en/kali.html
Language: en

Kali Linux mirror and apt archive from Iran — mirror.rasanegaar.com/kali/

Kali Linux mirror (apt archive) — For Kali Linux updates in Iran, Rasanegaar Mirror keeps the security and pentesting repo close to your labs and workshops.

## About

Kali Linux is for security and pentesting — labs and workshops depend on its large repos and images. Preinstalled tooling means every `apt update` moves heavy package traffic.
ISO downloads and tool installs from a distant mirror drag on weak links; a nearby mirror in Iran matters for classes and labs.

## Mirror in Iran

The Kali Linux mirror in Iran at `mirror.rasanegaar.com/kali` serves the same repo layout so apt pulls from Rasanegaar’s software repository.
Until the tree is fully live, this page keeps the target URL and connection steps ready.

Browse URL: https://mirror.rasanegaar.com/kali/

## Configuration

1. Back up your APT sources.
2. Point Kali APT sources at the Rasanegaar mirror:
   ```
   https://mirror.rasanegaar.com/kali/
   ```
3. On Kali 2024 and newer, sources are usually DEB822 under:
   ```
   /etc/apt/sources.list.d/
   ```
4. On older releases, classic `sources.list` is common:
   ```
   /etc/apt/sources.list
   ```
5. Refresh package indexes:
   ```
   sudo apt update
   ```

## Updates

Kali Linux updates in Iran against the local mirror usually finish faster and more reliably than http.kali.org — especially in classes and labs.
After switching, keep your normal APT routine; only the package origin changed.

HTML version: https://mirror.rasanegaar.com/guides/en/kali.html
