Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhoneNumber OSINT tool

Script to obtain basic OSINT information from one or several phone numbers.

Features

  • Returns:
    • number validity
    • local and international format
    • prefix and country code
    • country name and location
    • operator
    • line type
    • time zones
  • Additionally (in a browser tab):
    • weather search for the area
    • operator search
    • Truecaller query

Installation

  1. Clone the repository and enter the folder:
git clone https://github.com/0xlibless/PhoneNumberInfo.git
cd PhoneNumberInfo
  1. Create and activate a virtual environment:
python3 -m venv .venv
source .venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt

Usage

You can use the script interactively or via arguments.

Interactive Mode

python main.py

The program will ask you to paste one or several numbers, for example:

+123456789012, +123456789012

Argument Mode

python main.py --numero "+123456789012"

With several numbers:

python main.py -n "+123456789012, +123456789012"

To prevent the browser from opening:

python main.py -n "+123456789012" --nobrowser

About

Obten informacion acerca de un numero de telefono

Topics

Resources

Stars

9 stars

Watchers

1 watching

Forks

Contributors

Languages