Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ipChecker — Check if a IP is from tor or is a malicious proxy | Kitploit
Tools/GitHubGitHub/mthbernardes/ipchecker
OSINT (Open Source Intelligence)Information GatheringNetwork SecurityThreat Intelligence
GitHubmthbernardes/ipchecker

ipChecker

Check if a IP is from tor or is a malicious proxy

View Repository
56158 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

ipChecker

Tool to check if a given IP is a node tor or an open proxy.

Why?

Sometimes 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.

How it works

The 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.

Basically, 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.

The containers communicate through a docker network called ipchecker-network, and only the port 8080 is exposed where you consume the API.

To 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.

Plugins

Here is the list of working plugins on ipChecker

  • cloudproxies.com
  • gatherproxy.com
  • hidemy.name
  • httptunnel.ge
  • multiproxy.org
  • nordvpn.com
  • proxy-list.org
  • rebro.weebly.com
  • samair.ru
  • torstatus.blutmagie.de
  • xroxy.com

Install

root@kitploit:~
git clone https://github.com/mthbernardes/ipChecker
cd ipchecker/

Option to execute the service:

CommandDescription
make buldBuild all images
make run

If you don't have docker, you'll need to install it. (Docker Install)

Basic Usage

Here is the basic usage of the API, for see all the endpoints and access the / endpoint.

Download Tool
Build and run all images
make stopStop all services
make wipeStop all services and wipe all images and mongodb data
EndpointmethodDescription
/GETDocument of all endpoints
/statisticsGETInformations about blocked requests, allowed requests, and number of all proxies on database(per day)
/ips?ip=127.0.0.1GETSearch for a single IP on database
/allGETreturn all ips on database