Written by 8:55 am Uncategorized

How to install Phoneinfoga on termux? | Phoneinfoga Termux Commands

phoneinfoga termux

Tracing a number accurately is not possible in a simple way without the permission of governmental officials.But we can use some information-gathering tools to collect the standard information of any phone number.
So, today we are going to learn about one such tool named PhoneInfoga, and also we are going to install it in termux.

Phoneinfoga is a powerful information-gathering tool that can be used to gather a wealth of information about a target phone number. It can be used to gather information such as the owner’s name, address, and other contact information. Additionally, it can be used to gather information about the target phone’s location, call history, and text message history.
This tool is free to use and its source code is available on GitHub.

Installation Of PhoneInfoga In Termux:
The very first step is to have termux installed in your phone,in case if you don’t have it then install it from playstore.
Now enter the following commands step by step:

pkg update && pkg upgrade

pkg install python2

pkg install git

git clone https://github.com/abhinavkavuri/PhoneInfoga

cd PhoneInfoga

mv config.example.py config.py

python3 -m pip install -r requirments.txt

chmod +x *

python3 phoneinfoga.py -n +(phone number with country code)

(Visited 1,296 times, 1 visits today)