A while ago I wrote a post about a script I wrote that eliminates slow proxy servers (http://www.damnsecure.org/some-http-proxies/). I forgot to post this script and I’m very glad I got reminded about this by @d0wn_blog. Mainly because it forced me to look at my script again.
Luckily this is a very simple script. It needed some work before I could post it. But its in a status now that I think is representable haha.
The script contains a fair bit of comment. Either explaining how the script works or debug lines that I commented out. It is fairly easy to understand. Do have a play with it. Currently it does not fully support multi-threading but who know. Maybe I have some spare time in the future. For now, I hope this suites your needs.
Script can be found at: https://github.com/damnsecure/Slow-Proxy-Eliminator
To clone the script execute: ‘git clone https://github.com/damnsecure/Slow-Proxy-Eliminator.git’
Cheers,
Ruben.