Skip to content

Instantly share code, notes, and snippets.

@sipdbg2
sipdbg2 / find-https-debian-archives.py
Last active February 9, 2018 10:57 — forked from eighthave/find-https-debian-archives.py
Script to find official Debian mirrors that support HTTPS
#
# Debian repository HTTPS-enabled mirrors scanner
# The package "apt-transport-https" does not ship an easy way to find https
# mirror to use. This script can fix that.
#
# rewrite of eighthave's code from https://gist.github.com/eighthave/7285154
# 09/2016 -- modem <modem@member.fsf.org>
#
import threading
import sys