Hidemyass Proxy Lister

I bring you another tool that I needed to build so I just open sourced it for the community at large. It has tests and everything, the tests connect to the real Hidemyass so if the tests break I’ll know I need to update the scraper.

Hidemyass Proxy Lister!


Does what it says on the tin. :smiley:

proxies = Hidemyass.proxy_list

[%{anonimity: "High +KA", connection_time: "103", country: "Portugal",
 ip: "88.157.149.250", port: "8080", speed: "5732", type: "HTTPS"},
 %{anonimity: "High +KA", connection_time: "354", country: "Thailand",
 ip: "110.77.159.252", port: "8080", speed: "2929", type: "HTTPS"},
 %{anonimity: "High +KA", connection_time: "3138", country: "Ghana",
 ip: "80.87.81.102", port: "80", speed: "4307", type: "HTTP"},....

Pretty pretty pretty pretty good. What was crazy was the IP is obfuscated using all sorts of tricks. Check out decipher_ip() - it’s a doozy!

4 Likes