Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 963 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 963 Bytes

Kali Mirror Manager

Python command-line tool designed on a threaded model to manage mirrors for the Kali Linux distribution. It allows users to measure latency, and set a new mirror for package updates.

Installation

  1. Clone the repository:
    git clone https://github.com/0xtamsee1/kali-mirror-manager.git
  2. Navigate to the project directory:
    cd kali-mirror-manager
  3. Run the script:
    sudo python kali-mirror-manager.py

Usage

Once you run the script, you'll be presented with a command-line menu with options:

  • menu: Display commands and usage
  • show: Display the list of available mirrors
  • ping: Ping all mirrors to measure latency
  • set: Set a new mirror for package updates
  • exit: Terminate the session

Setting a New Mirror

To set a new mirror, use the set command followed by the mirror URL. For example:

cmd> set http://http.kali.org/kali