Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 857 Bytes

Readme.org

File metadata and controls

37 lines (29 loc) · 857 Bytes

This command tool helps to trace the IP and finds the origin of the ip or the domain. you can get the ip, counrty located, city, isp name , longitude and latitude

INSTALLATION

git clone git@github.com:veekrum/IPlocator.git
cd IPlocator
sudo make install

HOW TO

With Domain

iplocator google.com 

https://github.com/veekrum/IPlocator/blob/master/images/image3.png

OR

With IP

If you have an IP Address instead of the domain

iplocator 172.X.X.X 

https://github.com/veekrum/IPlocator/blob/master/images/image2.png

USAGE

  • iplocator -h|–help –> shows the help option
  • iplocator -u|–usage –> shows how to use
  • iplocator -v|–version –> shows the version

UNINSTALL

cd IPlocator
sudo make uninstall