{"id":21904832,"url":"https://github.com/mr-xn/check_proxy","last_synced_at":"2025-04-15T22:59:08.052Z","repository":{"id":107912469,"uuid":"461250293","full_name":"Mr-xn/check_proxy","owner":"Mr-xn","description":"Multi-threaded socks proxy checker written in Go!","archived":false,"fork":false,"pushed_at":"2022-03-18T15:03:24.000Z","size":23,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T22:59:03.080Z","etag":null,"topics":["checker","go","http","socks"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Mr-xn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-19T16:37:40.000Z","updated_at":"2024-08-12T20:20:50.000Z","dependencies_parsed_at":"2023-05-25T09:15:31.033Z","dependency_job_id":null,"html_url":"https://github.com/Mr-xn/check_proxy","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-xn%2Fcheck_proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-xn%2Fcheck_proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-xn%2Fcheck_proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-xn%2Fcheck_proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mr-xn","download_url":"https://codeload.github.com/Mr-xn/check_proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249167440,"owners_count":21223505,"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","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":["checker","go","http","socks"],"created_at":"2024-11-28T16:19:20.515Z","updated_at":"2025-04-15T22:59:08.035Z","avatar_url":"https://github.com/Mr-xn.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Soxy - a very fast tool for checking open SOCKS proxies in Golang \nI was looking for some open socks proxies, and so I needed to test them - but really fast. So I wrote on in Go!\n\n### Installation\nIf you have a properly configured GOPATH and $GOPATH/bin is in your PATH, then run this command for a one-liner install, thank you golang!\n```\ngo get -u github.com/pry0cc/soxy\n```\n\n### Usage\n`proxies.txt`\n```\n8.8.8.8:3128\n8.8.8.8:8080\n```\n\n```\ncat proxies.txt | soxy | tee alive.txt\n# if u want save pre results add -a after tee\ncat proxies.txt | soxy | tee -a alive.txt\n# test 9 times for filter the best proxies possible and use sort \u0026 uniq save result\n# 1 from pbpaste (tested on mac  \n\nfile=socks.txt; for ((i=1;i\u003c9;i++)) do pbpaste|./check_proxy_mac|tee -a $file; done \u0026\u0026 wc $file \u0026\u0026 sort $file|uniq|tee $file \u0026\u0026 wc $file\n\n# 2 from file\n\nfile=socks.txt; for ((i=1;i\u003c9;i++)) do cat $file|./check_proxy_mac|tee -a $file; done \u0026\u0026 wc $file \u0026\u0026 sort $file|uniq|tee $file \u0026\u0026 wc $file\n```\n\n### Credit\nI pulled the proxy checking code and some of the multi-threading out of https://github.com/trigun117/ProxyChecker, so credit to trigun117! \nfrom https://github.com/pry0cc/soxy \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-xn%2Fcheck_proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-xn%2Fcheck_proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-xn%2Fcheck_proxy/lists"}