Ipfinder Cli - The Official Dominance Business Customer For Ipfinder


The Official Command Line Client For IPFinder:
  • Supports Single IP Address, asn, ranges, firewall every bit Input
  • Supports Bulk
  • Exports Results to Screen or to An Output File
  • Supports IPv4 as well as IPv6
  • Supports ASN publish , RANGES , Firewall

Getting Started
singing upwards for a gratis trouble organisation human relationship at https://ipfinder.io/auth/signup, for Free IPFinder API access token.
The gratis innovation is express to 4,000 requests a day, as well as doesn't include closed to of the information fields To enable all the information fields as well as additional asking volumes come across https://ipfinder.io/pricing.

Documentation
Visit IPFinder documentation.

System Requirements

Installation

Via composer
First, download the IPfinder cli using Composer:
composer global need ipfinder-io/ip-finder-cli
Make certain to house composer's system-wide vendor bin directory inwards your $PATH as well as therefore the IPfinder executable tin lav endure located past times your system. This directory exists inwards unlike locations based on your operating system; however, closed to mutual 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
## using curlicue $ curlicue -LO https://github.com/ipfinder-io/ip-finder-cli/releases/download/v1.0.0/ipfinder.phar ## using wget $ wget https://github.com/ipfinder-io/ip-finder-cli/releases/download/v1.0.0/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 inwards C:\bin\ipfinder.cmd):
C:\Users\username> cd C:\bin C:\bin> echo @php "% dp0ipfinder.phar" %* > ipfinder.cmd C:\bin> exit
  1. Open a novel ascendence describe as well as confirm that you lot tin lav execute IPfinder from whatever path:
C:\Users\username> ipfinder --help