Join WhatsApp

Join Now

Join Telegram

Join Now

How to install PhoneInfoga in termux | Easy GitHub 2024

5/5 - (1 vote)Thanks

In this post i am going to show you how you can Install phoneinfoga in termux. We will also see how to use phoneinfoga to search for information of a person using phone number. Getting details of any person just by typing their phone numbers is one of the methods in information gathering. Geeks do this with the help of phoneinfoga tool. So let’s begin,

How to install phoneinfoga in termux?

To Install phoneinfoga in termux, you must follow the below steps strictly so that no error occur during installation of phoneinfoga:

Step 1: Open the termux app and connect to the internet.

Step 2: Type pkg update Command to update termux.

pkg update
Updating Termux

Step 3: Type pkg upgrade Command to upgrade termux.

pkg upgrade
Upgrading Termux

Step 4: Install Python using pkg install python -y in termux.

pkg install python -y
Installing Python In Termux

Step 5: Install Git using pkg install git -y in termux.

pkg install git -y
Installing Git In Termux

Step 6: To clone phoneinfoga repository type git clone https://github.com/ExpertAnonymous/PhoneInfoga

git clone https://github.com/ExpertAnonymous/PhoneInfoga
Cloning PhoneInfoga In Termux

Step 7: Type cd PhoneInfoga to change the directory to the phoneinfoga folder.

cd PhoneInfoga
Changing Directory To PhoneInfoga

Step 8: Give executive permissions using chmod 777 * command in termux.

chmod 777 *

Step 9: Install phoneinfoga using bash phoneinfoga.sh in termux.

bash phoneinfoga.sh
Installing PhoneInfoga In Termux

We Have successfully installed phoneinfoga in termux. If you find any problem while installing phoneinfoga in termux. Make sure you have followed every step properly.

What Is PhoneInfoga?

Phoneinfoga is an advanced and an open source tool that can be used to collect person’s information on internet using only phone numbers. It gives all the information about the phone number that is available on the internet.

How to install phoneinfoga in termux through single command?

Phoneinfoga can be also installed through only a single command. Type pkg update && pkg upgrade -y && pkg install python -y && pkg install git -y && git clone https://github.com/ExpertAnonymous/PhoneInfoga && cd PhoneInfoga && chmod 777 && bash phoneinfoga.sh command to install phoneinfoga in termux through a single command.

After the above command it will automatically start installing phoneinogfa in termux. It can take some time while installing phoneinfoga.

pkg update && pkg upgrade -y && pkg install python -y && pkg install git -y && git clone https://github.com/ExpertAnonymous/PhoneInfoga && cd PhoneInfoga && chmod 777 && bash phoneinfoga.sh

How To Use PhoneInfoga In Termux?

After the installation of the phoneinfoga in termux we will see how to use phoneinfoga to search for phone number information.

Step 1: You must be in the phoneinfoga repository. If you are not then type cd PhoneInfoga

cd PhoneInfoga
Changing Directory To PhoneInfoga

Step 2: To check information of phone number type python phoneinfoga.py -n +91-XX-YY-ZZ-AA [Change +91-XX-YY-ZZ-AA With Your Phone Number You Want To Search]

python phoneinfoga.py -n {phonenumber}
Searching For Information Using PhoneInfoga

Step 3: Now wait until the results will be shown on the screen.

How PhoneInfoga Works?

Phoneinfoga search for footprints on search engines to try to find the voip provider or identity of the owner. In simple words it matches phone number with every possible link and gather information from their.

Conclusion:

Phoneinfoga is a useful tool that can be used for information gathering purposes. This tool is based on python and uses python to run in any terminal. This tool can also work on other linux distributions including kali, ubuntu and other operating systems.if you want to get details through username then you can install sherlock in termux.

If you find any problem in this post. Make sure to comment or contact us through our Contact us Page. Visit our site Termux tools For more tech tutorials about termux.

How to search for phone number in phoneinfoga?

Type python phoneinfoga.py -n (phonenumber) to search for phone number in phoneinfoga.

How to uninstall phoneinfoga in termux?

Type rm -rf PhoneInfoga && apt autoremove to uninstall PhoneInfoga in Termux.

Hi There!  I Am Geek Guy. a Passionate Computer Science Student Diving Deep Into The World Of Technology.

2 thoughts on “How to install PhoneInfoga in termux | Easy GitHub 2024”

Leave a Comment