Script to obtain basic OSINT information from one or several phone numbers.
- 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
- Clone the repository and enter the folder:
git clone https://github.com/0xlibless/PhoneNumberInfo.git
cd PhoneNumberInfo- Create and activate a virtual environment:
python3 -m venv .venv
source .venv/bin/activate- Install dependencies:
pip install -r requirements.txtYou can use the script interactively or via arguments.
python main.pyThe program will ask you to paste one or several numbers, for example:
+123456789012, +123456789012
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