{"id":13775695,"url":"https://github.com/mthbernardes/ipchecker","last_synced_at":"2025-05-11T08:32:58.445Z","repository":{"id":54579338,"uuid":"119426043","full_name":"mthbernardes/ipChecker","owner":"mthbernardes","description":"Check if a IP is from tor or is a malicious proxy ","archived":false,"fork":false,"pushed_at":"2021-02-09T16:54:29.000Z","size":17,"stargazers_count":56,"open_issues_count":0,"forks_count":15,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-17T10:40:12.219Z","etag":null,"topics":["docker","ipchecker","open-proxies","proxies","tor","tor-nodes"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mthbernardes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-29T18:53:38.000Z","updated_at":"2024-08-12T19:35:52.000Z","dependencies_parsed_at":"2022-08-13T20:20:41.389Z","dependency_job_id":null,"html_url":"https://github.com/mthbernardes/ipChecker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthbernardes%2FipChecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthbernardes%2FipChecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthbernardes%2FipChecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthbernardes%2FipChecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mthbernardes","download_url":"https://codeload.github.com/mthbernardes/ipChecker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253540173,"owners_count":21924518,"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":["docker","ipchecker","open-proxies","proxies","tor","tor-nodes"],"created_at":"2024-08-03T17:01:46.373Z","updated_at":"2025-05-11T08:32:58.150Z","avatar_url":"https://github.com/mthbernardes.png","language":"Python","funding_links":[],"categories":["\u003ca id=\"6e80463404d46f0493cf6e84597e4b5c\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"e99ba5f3de02f68412b13ca718a0afb6\"\u003e\u003c/a\u003eTor\u0026\u0026\u0026Onion\u0026\u0026洋葱"],"readme":"# ipChecker\nTool to check if a given IP is a node tor or an open proxy.\n\n# Why?\nSometimes all your throttles are not enough to stop brute force attacks or any kind of massive attacks, so it can help you to drop, some attackers who use tor or open proxies.\n\n# How it works\nThe ipChecker has some plugins which scrap proxies ips from public sites, all this ip's are stored in a database where you can make consults using the provided API.\n\nBasically, when you run the command ```make run``` it will start docker swarm create one service for the API wich can be escaleted and starts with 4 containers, another service for the updater which is the script responsible to run all the plugins that grab all the proxies and tor nodes,this service starts with only one container, and at last  one container for the mongodb where all data are stored.\n\nThe containers communicate through a docker network called ipchecker-network, and only the port 8080 is exposed where you consume the API.\n\nTo avoid a lot of false positive, the api only returns ip's from the curent day, because almost proxies servers and tor nodes, are dynamic ip's. \n\n# Plugins\nHere is the list of working plugins on ipChecker\n\n- cloudproxies.com\n- gatherproxy.com\n- hidemy.name\n- httptunnel.ge\n- multiproxy.org\n- nordvpn.com\n- proxy-list.org\n- rebro.weebly.com\n- samair.ru\n- torstatus.blutmagie.de\n- xroxy.com\n\n# Install\n```bash\ngit clone https://github.com/mthbernardes/ipChecker\ncd ipchecker/\n```\nOption to execute the service:\n\n| Command        | Description      |\n| -------------- | ----------------:|\n| ```make buld```      | Build all images |\n| ```make run```      | Build and run all images |\n| ```make stop```      | Stop all services |\n| ```make wipe```      | Stop all services and wipe all images and mongodb data |\n\nIf you don't have docker, you'll need to install it. ([Docker Install](https://docs.docker.com/install/))\n\n# Basic Usage\nHere is the basic usage of the API, for see all the endpoints and access the / endpoint.\n\n| Endpoint        | method           | Description  |\n| ------------- |:-------------:| -----:|\n| /      | GET | Document of all endpoints |\n| /statistics      | GET      | Informations about blocked requests, allowed requests, and number of all proxies on database(per day) |\n| /ips?ip=127.0.0.1 | GET | Search for a single IP on database |\n| /all | GET      | return all ips on database |\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmthbernardes%2Fipchecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmthbernardes%2Fipchecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmthbernardes%2Fipchecker/lists"}