Go to file
Rajkumar Dusad 8e2e3dd945
Merge pull request #44 from KripC2160/patch-1
Update .IP-Tracer.php
2021-12-28 18:02:10 +05:30
modules Update .traceip.php 2021-12-12 08:27:38 +05:30
src Add files via upload 2020-05-17 20:56:03 +05:30
.IP-Tracer.php Update .IP-Tracer.php 2021-12-28 18:14:37 +09:00
.setup.php Update .setup.php 2020-05-17 20:52:10 +05:30
LICENSE Initial commit 2018-08-06 14:32:11 +05:30
README.md Update README.md 2020-05-17 20:59:56 +05:30
install Update install 2020-11-13 20:32:28 +05:30
ip-tracer Update ip-tracer 2020-11-13 20:32:03 +05:30
trace Update trace 2020-11-13 20:31:29 +05:30

README.md

What is IP-Tracer ?

IP-Tracer is used to track an ip address. IP-Tracer is developed for Termux and Linux based systems. you can easily retrieve ip address information using IP-Tracer. IP-Tracer use ip-api to track ip address.

How to install IP-Tracer ?

  • apt update

  • apt install git -y

  • git clone https://github.com/rajkumardusad/IP-Tracer.git

  • cd IP-Tracer

  • chmod +x install

  • sh install or ./install

How to use IP-Tracer

  • trace -m to track your own ip address.

  • trace -t target-ip to track other's ip address for example ip-tracer -t 127.0.0.1

  • trace for more information.

OR

  • ip-tracer -m to track your own ip address.

  • ip-tracer -t target-ip to track other's ip address for example ip-tracer -t 127.0.0.1

  • ip-tracer for more information.