How to install phoneinfoga or use in kali linux
About
PhoneInfoga is one of the most advanced tools to scan international phone numbers using only free resources. The goal is to first gather standard information such as country, area, carrier and line type on any international phone numbers with a very good accuracy. Then search for footprints on search engines to try to find the VoIP provider or identify the ownes.
Commands
apt-get install python
apt-get install python2
apt-get install git
download phoneinfoga zip file
https://github.com/sundowndev/PhoneInfoga/releases/tag/v1.10.12
Now
cd phoneinfoga
ls
mv config.example.py config.py
ls
python3 -m pip install -r requirements.txt
ls
chmod +x *
ls
Python3 phoneinfoga.py -n +use country code and type number

Comments
Post a Comment