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
Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder

Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder

Gobinath 1.2k Jan 01, 2023
Simple collection of GTPS Flood in Python.

GTPS Flood Simple collection of GTPS Flood in Python. NOTE Give me credit if you use this source, don't trade/sell this tool, And USE AT YOUR OWN RISK

PhynX 6 Dec 07, 2021
Plone Interface contracts, plus basic features and utilities

plone.base This package is the base package of the CMS Plone https://plone.org. It contains only interface contracts and basic features and utilitie

Plone Foundation 1 Oct 03, 2022
A time table app to notify the user about their class timings

kivyTimeTable A time table app to notify the user about their class timings Features This project incorporates some features i wanted to see in a time

2 Dec 15, 2021
Casefy (/keɪsfaɪ/) is a lightweight Python package to convert the casing of strings

Casefy (/keɪsfaɪ/) is a lightweight Python package to convert the casing of strings. It has no third-party dependencies and supports Unicode.

Diego Miguel Lozano 12 Jan 08, 2023
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
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
isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type.

isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type. It provides a command line utility, Python library and plugins for various e

Python Code Quality Authority 5.5k Jan 08, 2023
An URL checking python module

An URL checking python module

Fayas Noushad 6 Aug 10, 2022
async parser for JET

This project is mainly aims to provide an async parsing option for NTDS.dit database file for obtaining user secrets.

15 Mar 08, 2022
Parse URLs for DOIs, PubMed identifiers, PMC identifiers, arXiv identifiers, etc.

citation-url Parse URLs for DOIs, PubMed identifiers, PMC identifiers, arXiv identifiers, etc. This module has a single parse() function that takes in

Charles Tapley Hoyt 2 Feb 12, 2022
A Program that generates and checks Stripe keys 24x7.

A Program that generates and checks Stripe keys 24x7. This was made only for Educational Purposes, I'm not responsible for the damages cause by you

iNaveen 18 Dec 17, 2022
A clock app, which helps you with routine tasks.

Clock This app helps you with routine tasks. Alarm Clock Timer Stop Watch World Time (Which city you want) About me Full name: Matin Ardestani Age: 14

Matin Ardestani 13 Jul 30, 2022
Handy Tool to check the availability of onion site and to extract the title of submitted onion links.

This tool helps is to quickly investigate a huge set of onion sites based by checking its availability which helps to filter out the inactive sites and collect the site title that might helps us to c

Balaji 13 Nov 25, 2022
A hashtag from string extract python module

A hashtag from string extract python module

Fayas Noushad 3 Aug 10, 2022
ColorController is a Pythonic interface for managing colors by english-language name and various color values.

ColorController.py Table of Contents Encode color data in various formats. 1.1: Create a ColorController object using a familiar, english-language col

Tal Zaken 2 Feb 12, 2022
A simple language and reference decompiler/compiler for MHW THK Files

Leviathon A simple language and reference decompiler/compiler for MHW THK Files. Project Goals The project aims to define a language specification for

11 Jan 07, 2023
Numbers-parser - Python module for parsing Apple Numbers .numbers files

numbers-parser numbers-parser is a Python module for parsing Apple Numbers .numbers files. It supports Numbers files generated by Numbers version 10.3

Jon Connell 154 Jan 05, 2023
JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python🚀

Pure Python JavaScript Translator/Interpreter Everything is done in 100% pure Python so it's extremely easy to install and use. Supports Python 2 & 3.

Piotr Dabkowski 2.1k Dec 30, 2022
Application for easy configuration of swap file and swappiness priority in slackware and others linux distributions.

Swap File Program created with the objective of assisting in the configuration of swap file in Distributions such as Slackware. Required packages: pyt

Mauricio Ferrari 3 Aug 06, 2022