{"id":13775759,"url":"https://github.com/danmcinerney/elite-proxy-finder","last_synced_at":"2025-09-06T19:33:01.030Z","repository":{"id":16130675,"uuid":"18875947","full_name":"DanMcInerney/elite-proxy-finder","owner":"DanMcInerney","description":"Finds public elite anonymity proxies and concurrently tests them","archived":false,"fork":false,"pushed_at":"2016-11-23T10:31:33.000Z","size":75,"stargazers_count":252,"open_issues_count":8,"forks_count":96,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-04-10T01:12:30.430Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DanMcInerney.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-17T11:23:20.000Z","updated_at":"2025-03-15T03:21:52.000Z","dependencies_parsed_at":"2022-08-02T14:45:38.364Z","dependency_job_id":null,"html_url":"https://github.com/DanMcInerney/elite-proxy-finder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DanMcInerney/elite-proxy-finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanMcInerney%2Felite-proxy-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanMcInerney%2Felite-proxy-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanMcInerney%2Felite-proxy-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanMcInerney%2Felite-proxy-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanMcInerney","download_url":"https://codeload.github.com/DanMcInerney/elite-proxy-finder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanMcInerney%2Felite-proxy-finder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273953513,"owners_count":25197316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T17:01:48.694Z","updated_at":"2025-09-06T19:33:01.008Z","avatar_url":"https://github.com/DanMcInerney.png","language":"Python","funding_links":[],"categories":["\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"0ff94312f3ab4898f5996725133ea9d1\"\u003e\u003c/a\u003e未分类"],"readme":"elite-proxy-finder\n==================\n\nThis script was not working for a few months. I just fixed it 7/6/15. Only uses gatherproxy.com now.\n\nFinds elite anonymity (L1) HTTP proxies then tests them all in parallel. Tests each proxy against 3 IP checking URLs including one which is HTTPS to make sure it can handle HTTPS requests. Then checks the proxy headers to confirm it's an elite L1 proxy that will not leak any extra info. By default the script will only print the proxy IP, request time, and country code of proxies that pass all four tests but you can see all the results including errors in any of the tests with the -a (--all) option. \n\nRequirements:\n------\n* Tested on Kali 1.0.6\n* Python 2.7\n  * gevent 1.0\n  * requests 1.2.0+ \n\nIf you are on a system with requests \u003c1.2.0 you won't see any output because every test will result in an error referring to the request not having an attribute \"elapsed\". Use the -a option to check the errors.\n\nKali has gevent 0.13 in its repo and you will need gevent 1.0 if you want the -s option to work. Works fine with 0.13 other than that.\n```\napt-get install python-dev python-gevent\npip install --upgrade gevent\n```\n\nUsage:\n------\n```python elite-proxy-finder.py```\n\nShow proxies that pass all four tests, their country code, and the time it took for each request to complete. Prints the fastest proxies first.\n\n```python elite-proxy-finder.py -s 10```\n\nShow only the fastest 10 proxy results.\n\n```python elite-proxy-finder.py -a```\n\nShow all proxy results including the errors that occurred.\n\n```python elite-proxy-finder.py -q```\n\nPrint only the IP address and port of proxies that pass all four tests.\n\n\n\nLicense\n-------\n\nCopyright (c) 2014, Dan McInerney\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n* Neither the name of Dan McInerney nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL \u003cCOPYRIGHT HOLDER\u003e BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\n***\n* [danmcinerney.org](http://danmcinerney.org)\n* [![Flattr this](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=DanMcInerney\u0026url=https://github.com/DanMcInerney/elite-proxy-finder\u0026title=elite-proxy-finder\u0026language=\u0026tags=github\u0026category=software) \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanmcinerney%2Felite-proxy-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanmcinerney%2Felite-proxy-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanmcinerney%2Felite-proxy-finder/lists"}