Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 1.17 KB

File metadata and controls

76 lines (52 loc) · 1.17 KB

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