A python package for your Kali Linux distro that find the fastest mirror and configure your apt to use that mirror

Overview

Kali Mirror Finder Using Single Python File

A python package for your Kali Linux distro that find the fastest mirror and configure your apt to use that mirror

Supported Distros

  • Kali Linux ( kali-rolling )

Usafe

$ sudo python3 mirror-finder.py

Help

Inspired from htmm/better-mirror

$ sudo python3 mirror-finder.py


mirror-finder 1.0.0 
https://github.com/mrsinghh2002/kali-mirror-finder

 

## Sample Output

```shell
$ sudo python3 mirror-finder.py

[*] Calculating the mirror latency...
[*] Pinging kali.download ... latency 15.65ms
[*] Pinging mirror.pyratelan.org ... latency 188.5ms
[*] Pinging mirror.karneval.cz ... latency 186.75ms
[*] Pinging ftp.free.fr ... latency 152.5ms
[*] Pinging ftp.jaist.ac.jp ... latency 193.75ms
[*] Pinging ftp.halifax.rwth-aachen.de ... latency 147.0ms
[*] Pinging ftp1.nluug.nl ... latency 145.25ms
[*] Pinging ftp2.nluug.nl ... latency 145.25ms
[*] Pinging mirrors.dotsrc.org ... latency 165.0ms
[*] Pinging mirrors.jevincanders.net ... latency 225.5ms
[*] Pinging mirror.erickochen.nl ... latency 147.25ms
[*] Pinging mirror.serverion.com ... latency 151.0ms
[*] Pinging ftp.acc.umu.se ... latency 177.75ms
[*] Pinging mirror.lagoon.nc ... latency 311.0ms
[*] Pinging mirror.serverius.net ... latency 154.75ms
[*] Pinging archive-4.kali.org ... latency 144.25ms
[*] Pinging mirror-1.truenetwork.ru ... latency 338.75ms
[*] Pinging mirror.neostrada.nl ... latency 218.25ms
[*] Pinging mirror.anquan.cl ... latency 338.5ms
[*] Pinging wlglam.fsmg.org.nz ... latency 316.0ms
[*] Pinging hlzmel.fsmg.org.nz ... latency 311.75ms
[*] Pinging ftp.harukasan.org ... latency 568.33ms
[*] finding the best mirror for you :) ....
[*] found! the selected mirror: kali.download ... latency 15.65 ms
[*] backuping original /etc/apt/sources.list to /etc/apt/sources.list.bak
[*] updating /etc/apt/source.list
[*] running apt-get update for you....
Hit:1 http://kali.download/kali kali-rolling InRelease
Reading package lists... Done
[*] Thanks For Using The Tool!

 
Owner
MrSingh
tech guy with some ninja skills :smile:
MrSingh
Here, I find the Fibonacci Series using python

Fibonacci-Series-using-python Here, I find the Fibonacci Series using python Requirements No Special Requirements Contribution I have strong belief on

Sachin Vinayak Dabhade 4 Sep 24, 2021
Fuzzy box is a quick program I wrote to fuzz a URL that is in the format https:// url 20characterstring.

What is this? Fuzzy box is a quick program I wrote to fuzz a URL that is in the format https://url/20characterstring.extension. I have redacted th

Graham Helton 1 Oct 19, 2021
A script to check for common mistakes in LaTeX source files of scientific papers.

LaTeX Paper Linter This script checks for common mistakes in LaTeX source files of scientific papers. Usage python3 paperlint.py file.tex [-i/x inc

Michael Schwarz 12 Nov 16, 2022
A python module for extract domains

A python module for extract domains

Fayas Noushad 4 Aug 10, 2022
produces PCA on genotypes from fasta files (popPhyl's ID format)

popPhyl_PCA Performs PCA of genotypes. Works in two steps. 1. Input file A single fasta file containing different loci, in different populations/speci

camille roux 2 Oct 08, 2021
A functional standard library for Python.

Toolz A set of utility functions for iterators, functions, and dictionaries. See the PyToolz documentation at https://toolz.readthedocs.io LICENSE New

4.1k Dec 30, 2022
Shut is an opinionated tool to simplify publishing pure Python packages.

Welcome to Shut Shut is an opinionated tool to simplify publishing pure Python packages. What can Shut do for you? Generate setup files (setup.py, MAN

Niklas Rosenstein 6 Nov 18, 2022
Allows you to canibalize methods from classes effectively implementing trait-oriented programming

About This package enables code reuse in non-inheritance way from existing classes, effectively implementing traits-oriented programming pattern. Stor

1 Dec 13, 2021
A Python utility belt containing simple tools, a stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress, and more made easy!

Ubelt is a small library of robust, tested, documented, and simple functions that extend the Python standard library. It has a flat API that all behav

Jon Crall 638 Dec 13, 2022
ZX Spectrum Utilities: (zx-spectrum-utils)

Here are a few utility programs that can be used with the zx spectrum. The ZX Spectrum is one of the first home computers from the early 1980s.

Graham Oakes 4 Mar 07, 2022
Build capture utility for Linux

CX-BUILD Compilation Database alternative Build Prerequisite the CXBUILD uses linux system call trace utility called strace which was customized. So I

GLaDOS (G? L? Automatic Debug Operation System) 3 Nov 03, 2022
Data Utilities e.g. for importing files to onetask

Use this repository to easily convert your source files (csv, txt, excel, json, html) into record-oriented JSON files that can be uploaded into onetask.

onetask.ai 1 Jul 18, 2022
A way to write regex with objects instead of strings.

Py Idiomatic Regex (AKA iregex) Documentation Available Here An easier way to write regex in Python using OOP instead of strings. Makes the code much

Ryan Peach 18 Nov 15, 2021
Color getter (including method to get random color or complementary color) made out of Python

python-color-getter Color getter (including method to get random color or complementary color) made out of Python Setup pip3 install git+https://githu

Jung Gyu Yoon 2 Sep 17, 2022
Tools to connect to and interact with the Mila cluster

milatools The milatools package provides the mila command, which is meant to help with connecting to and interacting with the Mila cluster. Install Re

Mila 32 Dec 01, 2022
A program will generate a eth key pair that has the public key that starts with a defined amount of 0

ETHAdressGenerator This short program will generate a eth key pair that has the public key that starts with a defined amount of 0 Requirements Python

3 Nov 19, 2021
Deep Difference and search of any Python object/data.

DeepDiff v 5.6.0 DeepDiff Overview DeepDiff: Deep Difference of dictionaries, iterables, strings and other objects. It will recursively look for all t

Sep Dehpour 1.6k Jan 08, 2023
A python program to find binary, octal and hexadecimal of a decimal.

decimal-converter This little python program can convert a decimal in to, Binary Octal Hexadecimal Needed Python 3 or later or a online python compile

Chandula Janith 0 Nov 27, 2021
A small python tool to get relevant values from SRI invoices

SriInvoiceProcessing A small python tool to get relevant values from SRI invoices Some useful info to run the tool Login into your SRI account and ret

Wladymir Brborich 2 Jan 07, 2022
A fixture that allows runtime xfail

pytest-runtime-xfail pytest plugin, providing a runtime_xfail fixture, which is callable as runtime_xfail(), to allow runtime decisions to mark a test

Brian Okken 4 Apr 06, 2022