Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanMcInerney/elite-proxy-finder
/ functions
Functions
20 in github.com/DanMcInerney/elite-proxy-finder
⨍
Functions
20
◇
Types & classes
1
↓ 2 callers
Method
get_country_code
Get the 3 letter country code of the proxy using geoiptool.com Would use the geoip library, but it requires a local DB and what is th
elite-proxy-finder.py:340
↓ 2 callers
Method
printer
Creates the output
elite-proxy-finder.py:319
↓ 2 callers
Method
url_shortener
(self, url)
elite-proxy-finder.py:376
↓ 1 callers
Method
error_handler
(self, e)
elite-proxy-finder.py:361
↓ 1 callers
Method
external_ip
(self)
elite-proxy-finder.py:48
↓ 1 callers
Method
gatherproxy_req
(self)
elite-proxy-finder.py:166
↓ 1 callers
Method
html_handler
Check the html for errors and if none are found return time to load page
elite-proxy-finder.py:257
↓ 1 callers
Method
limiter
Kill the script if user supplied limit of successful proxy attempts (-s argument) is reached
elite-proxy-finder.py:394
↓ 1 callers
Function
parse_args
()
elite-proxy-finder.py:26
↓ 1 callers
Method
parse_checkerproxy
Only get elite proxies from checkerproxy
elite-proxy-finder.py:103
↓ 1 callers
Method
parse_gp
Parse the raw scraped data
elite-proxy-finder.py:185
↓ 1 callers
Method
parse_letushide
Parse out list of IP:port strings from the html
elite-proxy-finder.py:153
↓ 1 callers
Method
passed_all_tests
(self, results)
elite-proxy-finder.py:387
↓ 1 callers
Method
print_handler
(self, results, proxyip)
elite-proxy-finder.py:304
↓ 1 callers
Method
proxy_checker
Concurrency stuff here
elite-proxy-finder.py:214
↓ 1 callers
Method
run
Gets raw high anonymity (L1) proxy data then calls make_proxy_list() Currently parses data from gatherproxy.com and letushide.com
elite-proxy-finder.py:53
Method
__init__
(self, args)
elite-proxy-finder.py:38
Method
checkerproxy_req
Make the request to checkerproxy and create a master list from that site
elite-proxy-finder.py:88
Method
letushide_req
Make the request to the proxy site and create a master list from that site
elite-proxy-finder.py:128
Method
proxy_checker_req
See how long each proxy takes to open each URL
elite-proxy-finder.py:222