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
ip-finder-cli — The official command line client for IPFinder | Kitploit
Tools/GitHubGitHub/ipfinder-io/ip-finder-cli
OSINT (Open Source Intelligence)Network MappingInformation GatheringDNS Analysis
GitHubipfinder-io/ip-finder-cli

ip-finder-cli

The official command line client for IPFinder

View RepositoryWebsite
1127 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

IPFinder CLI (Command Line Interface) https://ipfinder.io/

  • Supports Single IP Address, asn, ranges, firewall as Input
  • Supports Bulk
  • Exports Results to Screen or to An Output File
  • Supports IPv4 and IPv6
  • Supports ASN number , RANGES , Firewall

Getting Started

sign up for a free account at https://ipfinder.io/auth/signup, for Free IPFinder API access token.

The free plan is limited to 4,000 requests a day, and doesn't include some of the data fields To enable all the data fields and additional request volumes see https://ipfinder.io/pricing.

Documentation

Visit IPFinder documentation.

System Requirements

  • PHP >= 7.0
  • JSON PHP Extension
  • CURL PHP Extension
  • official PHP library for IPfinder.

Installation

Via composer

First, download the IPfinder cli using Composer:

root@kitploit:~
composer global require ipfinder-io/ip-finder-cli

Make sure to place composer's system-wide vendor bin directory in your $PATH so the IPfinder executable can be located by your system. This directory exists in different locations based on your operating system; however, some common locations include:

  • macOS: $HOME/.composer/vendor/bin
  • GNU / Linux Distributions: $HOME/.config/composer/vendor/bin
  • Windows: %USERPROFILE%\AppData\Roaming\Composer\vendor\bin

Linux Distributions / macOS

download the IPfinder cli using from github using curl

root@kitploit:~
$ brew tap ipfinder-io/ip-finder-cli
$ brew install ip-fidner-cli
## using curl

$ curl -LO https://github.com/ipfinder-io/ip-finder-cli/releases/download/v1.0.2/ipfinder.phar
## using wget
$ wget https://github.com/ipfinder-io/ip-finder-cli/releases/download/v1.0.2/ipfinder.phar
$ chmod +x ipfinder.phar
$ sudo mv ipfinder.phar /usr/bin/ipfinder
$ ipfinder -h

Windows

  1. Download IPFINDER PHAR from github
  2. Create a directory for PHP binaries; e.g., C:\bin
  3. Open a command line (e.g., press Windows+R » type cmd » ENTER)
  4. Create a wrapping batch script (results in C:\bin\ipfinder.cmd):
root@kitploit:~
C:\Users\username> cd C:\bin
C:\bin> echo @php "%~dp0ipfinder.phar" %* > ipfinder.cmd
C:\bin> exit
  1. Open a new command line and confirm that you can execute IPfinder from any path:
root@kitploit:~
C:\Users\username> ipfinder --help

Command list

License

Licensed under the Apache-2.0.

Support

Contact Us With Additional Questions About Our API, if you would like more information about our API that isn’t available in our IP geolocation API developer documentation, simply contact us at any time and we’ll be able to help you find what you need..

Download Tool
shortoptslongoptsDescription
-h--helpThis help text
-o--outputsave to a given file
-u--updateApp Code update
-a--authlookup your IP address information.
-m--formatfetching IP address information.
-i--ipfirewall supported format https://ipfinder.io/docs/?shell#firewall.
-n--asnfetching AS number information.
-r--rangesfetching IP Address Ranges information.
-f--firewallfetching firewall information
-d--domainGet information for Domain IP.
-d--dhistoryGet information for Domain IP history.
-dl--dlistGet information for list Domain By ASN, Country,Ranges.
-s--statusGet information for your token.
-c--configAdd your Token and labg
-l--shellRun interactively