Skip to content

Instantly share code, notes, and snippets.

@coffeemakr
coffeemakr / proxycheck.py
Last active August 29, 2015 14:03
Proxy List Checker - A threaded proxy list checker
#!/usr/bin/env python
import Queue
import threading
import urllib2
import time
input_file = sys.argv[1]
threads = 10