https://github.com/cipherx-bit/ip_tracer
IP_Tracer is a simple and efficient tool designed to trace IP addresses and retrieve detailed information about them. It allows users to easily track any given IP address, providing valuable geolocation data such as the country, region, city, ZIP code, ISP, and more. Additionally, the tool can automatically fetch the user’s own public IP addres.
https://github.com/cipherx-bit/ip_tracer
hacking-tool information-gathering information-gathering-tools information-retrieval ip ip-geolocation ip-location ip-tracer linux termux
Last synced: over 1 year ago
JSON representation
IP_Tracer is a simple and efficient tool designed to trace IP addresses and retrieve detailed information about them. It allows users to easily track any given IP address, providing valuable geolocation data such as the country, region, city, ZIP code, ISP, and more. Additionally, the tool can automatically fetch the user’s own public IP addres.
- Host: GitHub
- URL: https://github.com/cipherx-bit/ip_tracer
- Owner: CipherX-bit
- License: mit
- Created: 2024-12-17T21:39:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T15:00:59.000Z (over 1 year ago)
- Last Synced: 2025-02-02T16:18:36.496Z (over 1 year ago)
- Topics: hacking-tool, information-gathering, information-gathering-tools, information-retrieval, ip, ip-geolocation, ip-location, ip-tracer, linux, termux
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IP-Tracer
IP-Tracer is a simple and powerful tool for tracing IP addresses. It provides geolocation details, domain name information, and helps users identify the origin of an IP address.
---
## Features
- Track geolocation of any IP address.
- Display your own public IP address and its location.
- Fetch details like country, region, city, zip code, ISP, organization, and coordinates (latitude & longitude).
- Simple and interactive menu.
- Easy-to-use interface with a terminal-based logo.
---
## Screenshot

---
## Prerequisites
To use IP-Tracer, ensure you have the following installed:
- **Python 3.x**
- **Git** (for updates)
- **Requests** library: Install it via pip: `pip install requests`
---
## Installation
1. Clone this repository:
```bash
git clone https://github.com/CipherX-bit/IP_Tracer.git
cd IP-Tracer
pip install -r requirements.txt
python3 IP_Tracer.py