He'll welcome to Ahmed tech tube 😄
Today In this post we will talk about phoneinfoga.
What is phoneinfoga?
PhoneInfoga is an open-source information gathering and OSINT (Open Source Intelligence) tool designed for phone numbers. It is used to collect various information about a given phone number. PhoneInfoga can retrieve data such as carrier details, country, line type, and other relevant information by querying various public data sources and APIs.
Steps To Install Phoneinfoga in Termux
$ pkg update
$ pkg upgrade
$ pkg install python
$ pkg install python2
$ pkg install git
$ git clone https://github.com/abhinavkavuri/PhoneInfoga
$ ls
$ 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 +(this is the place where you need to put the phone
number with country code to gether informations)