How to Get Phone number Information
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 very good accuracy. Then search for footprints on search engines to try to find the VoIP provider or identify the owner.
Requirements:-
- Kali Linux
Steps:
1) So first what we gonna do we will open our terminal if you haven’t updated yet your kali Linux so update by typing:
apt-get update
2) Now we have to install the “Phoneinfoga” tool so we will type:
cd Desktop
And then: git clone https://github.com/sundowndev/PhoneInfoga.git
Then it will download our tool. Now what we have to do is to type :
command: ls
And then:
command: cd PhoneInfoga
And: python3 -m pip install -r requirements.txt
3) Now we start all the main work before we start type:
cp config.example.py config.py
And now we start, type:
python3 phoneinfoga.py -n [phone number] (without the “[ ]”).
0 Comments