Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evilfeonix authored Feb 24, 2025
1 parent 4bb2900 commit 069297d
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)

# Geo-Trace
# Geo-Phone

![EvilFeonix Basic v1.0](https://github.com/evilfeonix/Geo-Trace/blob/main/phone.png)
<div align='center'>

**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.
![Geo-Phone](https://img.shields.io/badge/Geo-Phone-blue.svg)

![Geo-Phone](https://github.com/evilfeonix/Geo-Phone/blob/main/phone.png)

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.
</div>

## is Available on:
**Geo-Phone** is an OSINT tool that enables users to track and map phone numbers from around the world. With a user-friendly interface, **GeoPhone** provides quick insights into the origin of any phone number, displaying the country and marking an approximate location on a map.

## Tested on:
- *Termux*
- *Kali Linux*

Expand All @@ -18,19 +21,19 @@ This tool is ideal for anyone curious about incoming calls, telecom data analysi
Download Termux app from google play store and type following commands:

```
pkg update && apt upgrade
apt update && apt upgrade
```
```
pkg install git
apt install git
```
```
pkg install python3
```
```
git clone https://github.com/evilfeonix/Geo-Trace.git
git clone https://github.com/evilfeonix/Geo-Phone.git
```
```
cd Geo-Trace
cd Geo-Phone
```
```
bash installer.sh
Expand All @@ -52,10 +55,10 @@ Download and Install kali-linux from their official website and type following c
sudo apt install python3 python3-pip
```
```
git clone https://github.com/evilfeonix/Geo-Trace.git
git clone https://github.com/evilfeonix/Geo-Phone.git
```
```
cd Geo-Trace
cd Geo-Phone
```
```
bash installer.sh
Expand All @@ -64,13 +67,13 @@ Download and Install kali-linux from their official website and type following c
python3 phone.py -c <countryCode> -p <phoneNumber>
```

## Geo-Trace Usage:
## Geo-Phone Usage:
```
Useage: python3 phone.py [OPTION...]
------------
| OPTIONS
|----------
| -u <Script Updating> | Update Geo-Trace Script for Better performance
| -u <Script Updating> | Update Geo-Phone 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'
Expand All @@ -80,13 +83,13 @@ Download and Install kali-linux from their official website and type following c
| 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:
### Geo-Phone Map
A sample of **Geo Phone** outputed map:

![EvilFeonix Basic v1.0](https://github.com/evilfeonix/Geo-Trace/blob/main/maps.jpg)
![EvilFeonix Basic v1.0](https://github.com/evilfeonix/Geo-Phone/blob/main/maps.jpg)

### License

[GNU General Public License v3.0](https://github.com/VirusZzHkP/Email-Spoofing/blob/main/LICENSE)
[GNU General Public License v3.0](https://github.com/evilfeonix/Geo-Phone/blob/main/LICENSE)


0 comments on commit 069297d

Please sign in to comment.