Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajkumardusad/IP-Tracer
Track any ip address with IP-Tracer. IP-Tracer is developed for Linux and Termux. you can retrieve any ip address information using IP-Tracer.
https://github.com/rajkumardusad/IP-Tracer
gnuroot-debian hacking-tool hacking-tools information-gathering information-retrieval ip-geolocation ip-location ip-tracer linux linux-tools termux termux-hacking termux-tool
Last synced: 3 months ago
JSON representation
Track any ip address with IP-Tracer. IP-Tracer is developed for Linux and Termux. you can retrieve any ip address information using IP-Tracer.
- Host: GitHub
- URL: https://github.com/rajkumardusad/IP-Tracer
- Owner: rajkumardusad
- License: mit
- Created: 2018-08-06T09:02:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T14:51:20.000Z (4 months ago)
- Last Synced: 2024-10-29T15:28:53.156Z (3 months ago)
- Topics: gnuroot-debian, hacking-tool, hacking-tools, information-gathering, information-retrieval, ip-geolocation, ip-location, ip-tracer, linux, linux-tools, termux, termux-hacking, termux-tool
- Language: PHP
- Homepage: https://github.com/rajkumardusad/IP-Tracer
- Size: 167 KB
- Stars: 2,153
- Watchers: 153
- Forks: 377
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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.