Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evilfeonix/geo-trace
an OSINT tool that enables users to track and map phone numbers from around the world. With a user-friendly interface, GeoTrace provides quick insights into the origin of any phone number, displaying the country and marking an approximate location on a map.
https://github.com/evilfeonix/geo-trace
geo-phone geo-trace infoga infoga-tool infogathering information-extraction information-gathering-tool mapper osint osint-framework osint-phonenumbers osint-tool phone-infoga phone-location-tracker phone-number-location-tracker phone-number-lookup pone-number-mapping sim-tracking track-phone-number
Last synced: 4 days ago
JSON representation
an OSINT tool that enables users to track and map phone numbers from around the world. With a user-friendly interface, GeoTrace provides quick insights into the origin of any phone number, displaying the country and marking an approximate location on a map.
- Host: GitHub
- URL: https://github.com/evilfeonix/geo-trace
- Owner: evilfeonix
- License: gpl-3.0
- Created: 2024-11-20T13:16:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T03:20:12.000Z (5 days ago)
- Last Synced: 2025-02-01T04:22:17.343Z (5 days ago)
- Topics: geo-phone, geo-trace, infoga, infoga-tool, infogathering, information-extraction, information-gathering-tool, mapper, osint, osint-framework, osint-phonenumbers, osint-tool, phone-infoga, phone-location-tracker, phone-number-location-tracker, phone-number-lookup, pone-number-mapping, sim-tracking, track-phone-number
- Language: Python
- Homepage: https://evilfeonix.github.io/Geo-Trace/
- Size: 688 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)
# Geo-Trace
![EvilFeonix Basic v1.0](https://github.com/evilfeonix/Geo-Trace/blob/main/phone.png)
**Geo-Trace** is an OSINT tool that enables users to track and map phone numbers from around the world. With a user-friendly interface, **GeoTrace** provides quick insights into the origin of any phone number, displaying the country and marking an approximate location on a map.
This tool is ideal for anyone curious about incoming calls, telecom data analysis, or exploring how phone numbers are distributed across regions. GeoTrace combines the power of Python with interactive mapping to make phone number tracking easy, insightful, and visually engaging.
## Geo-Trace: Beginner Gray Hat Hacking
**Geo-Trace**, is a basic Python script that aimed to Fetch and information based on the given phone number and it country, before tracking and mapping the phone phone numbers.This Python script will:
1. Fetch and gather information on a given phone number.
2. track and display the approximately location (country, state, and street) on the screen.
3. and also map the phone number using the coordinate (latitud, and langitude) by directing user to a map.## is Available on:
- *Termux*
- *Kali Linux*
## Installation in Termux and Usage:
Download Termux app from google play store and type following commands:
```
pkg update && apt upgrade
```
```
pkg install git
```
```
pkg install python3
```
```
git clone https://github.com/evilfeonix/Geo-Trace.git
```
```
cd Geo-Trace
```
```
bash installer.sh
```
```
python3 phone.py -c -p
```Download and Install kali-linux from their official website and type following commands:
```
sudo apt update && sudo apt upgrade
```
```
sudo apt install git
```
```
sudo apt install python3 python3-pip
```
```
git clone https://github.com/evilfeonix/Geo-Trace.git
```
```
cd Geo-Trace
```
```
bash installer.sh
```
```
python3 phone.py -c -p
```## Geo-Trace Usage:
```
Useage: python3 phone.py [OPTION...]
------------
| OPTIONS
|----------
| -u | Update Geo-Trace Script for Better performance
| -a <About Tool & Author> | About Tool and Author's Contact Information
| -c <Victim's Country Code> | Specify Victim's Country Code WithOut "+" .eg 234
| -p <Victim's Phone Number> | Specify Victim's Phone Number'
| EXAMPLES
|----------
| python3 phone.py -u | Script Updating
| python3 phone.py -a F30N1X | About Tool & Author
| python3 phone.py -c 234 -p 7000000000 | Specify victim's Country Code & Phone Number
```
### Geo-Trace Map
A sample of **Geo Trace** outputed map:![EvilFeonix Basic v1.0](https://github.com/evilfeonix/Geo-Trace/blob/main/maps.jpg)
### License
[GNU General Public License v3.0](https://github.com/VirusZzHkP/Email-Spoofing/blob/main/LICENSE)