Cyber Attack | Data Breach

Published on May 31st, 2019 📆 | 4091 Views ⚑

0

IPFinder CLI (Command Line Interface) – To Locate and Identify Website Visitors by IP Address


Powered by iSpeech

IPFinder CLI (Command Line Interface) - To Locate and Identify Website Visitors by IP Address

  • 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

singing 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

Installation

Via composer
First, download the IPfinder cli using Composer:

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%AppDataRoamingComposervendorbin

Linux Distributions / macOS

download the IPfinder cli using from github using curl

## using curl
$ curl -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 in C:binipfinder.cmd):

C:Usersusername> cd C:bin
C:bin> echo @php "%~dp0ipfinder.phar" %* > ipfinder.cmd
C:bin> exit

Open a new command line and confirm that you can execute IPfinder from any path:


C:Usersusername> ipfinder --help

Download IPFinder

Source link

Tagged with:



Comments are closed.