Join WhatsApp

Join Now

Join Telegram

Join Now

How To Install PhoneInfoga In Termux | Updated 2025

By Saboor Shawkat

Updated on:

Phoneinfoga In Termux
5/5 - (1 vote)

In This Post I Am Going To Show You How To Install PhoneInfoga In Termux And All The Things Related To The PhoneInfoga In Termux. We Will Start From The Scratch By Discussing What Is PhoneInfoga In Termux Then How To Install PhoneInfoga And Use It In Termux. This Post Is A Complete Guide For Instsalling PhoneInfoga In Termux. One Must Read This Article Fully To Avoid Errors. So Let Us Start,

What Is PhoneInfoga?

PhoneInfoga Is A Python Based Information Gathering Tool That Can Be Used To Gather Information Of A Person Using His Or Her Phone Number. This Tool Matches The Phone Number With Every Possible Link With It’s Algorithm And Lists The Links That Matches With That. This Tool Matches The Phone Number With The Social Accounts Of A Person To Gain An Acurate Data. This Tool Can Used To Find The Little Details Like Name And Address Of The Person

This Tool Doesn’t Guarantee You To Find Always Details About The Phone Number But In Most Of The Cases It Does.

Pre-requisites

How To Install PhoneInfoga In Termux

We Will Install PhoneInfoga In Termux Through Basic Bash Commands That Can Also Be Used In Kali Linux. Installing PhoneInfoga Requires Mobile Data And A Free Storage Of 200 MB Of Your Device.

Follow The Below Steps One By One To Install PhoneInfoga In Termux:

Step 1: First Of All Open The Termux App And Make Sure You Have The Latest Version Of It.

Step 2: Now Update And Upgrade All The Termux Packages Using pkg update && pkg upgrade -y Command.

ShellScript
pkg update && pkg upgrade -y

Step 3: As We Know PhoneInfoga Works On Python So We Will Install Python In Termux Using pkg install python -y Command.

ShellScript
pkg install python -y
Installing Python In Termux

Step 4: Now We Will Install Git In Termux To Clone PhoneInfoga Tool From GitHub. For That We Will Type pkg install git -y In Termux.

ShellScript
pkg install git -y
Install Git In Termux

Step 5: Clone PhoneInfoga From GitHub Using git clone https://github.com/ExpertAnonymous/PhoneInfoga Command.

ShellScript
git clone https://github.com/ExpertAnonymous/PhoneInfoga
Cloning PhoneInfoga From GitHub

Step 6: Navigate To The PhoneInfoga Directory Using cd PhoneInfoga Command.

ShellScript
cd PhoneInfoga

Step 7: Now Give Executive Permissions To The PhoneInfoga Files Using chmod 777 * Command.

ShellScript
chmod 777 *

Step 8: Run The Installation File Of PhoneInfoga Using bash phoneinfoga.sh Command.

ShellScript
bash phoneinfoga.sh
Install PhoneInfoga In Termux

The PhoneInfoga Tool Will Start Installing In Termux And It Will Show A Banner Of Installation Of PhoneInfoga. After The Installation Of The PhoneInfoga We Can Now Use It To Search For Phone Number Information. You Can Also Check If The PhoneInfoga Has Been Installed Or Not Using python phoneinfoga.py Command.

How To Use PhoneInfoga In Termux?

We Will See Know How We Can Search For A Person’s Information Using His Phone Number. As We Know That Phone Number Is Used Almost Every Social Platform So We Can Use This Thing To Search For Information Of A Person.

Installing PhoneInfoga

Follow The Below Steps One By One To Use PhoneInfoga In Termux:

Step 1: First Of All You Need To Open The Termux.

Step 2: Type python phoneinfoga.py -n {phonenumber} To Search For The {phonenumber} In PhoneInfoga Tool.

ShellScript
python phoneinfoga.py -n {phonenumber}

Step 3: Wait For The Search Results And Check For Your Information In That Data. ( Make Sure All The Details Are Not Correct Always)

The PhoneInfoga Will Start Showing The Results That Matched With The Phone Number You Have Provided. The PhoneInfoga Displays The Data In Links And One Can Also Save This Data In A File. This Data Can Be Seen Through The cat Command In Termux.

Also Make Sure To Write The Number In International Format.

How To Install PhoneInfoga In A Single Command?

Typing Commands One By One Can Sometimes Be Boring, Instead Of Typing Command One By One To Install PhoneInfoga In Termux, You Can Just Type Or Copy Paste The Single Command In Termux. 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 In Termux To Install PhoneInfoga In Termux Or You Can Just Simply Copy And Paste That Command.

ShellScript
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

The PhoneInfoga Will Start Installing With That Command. Make Sure This Command Will Take Time As It Will Execute The Commands One By One Using That Single Command.

How To Remove PhoneInfoga From Termux?

Due To Some Reasons Sometimes We Need To Remove PhoneInfoga From Termux. This Step Is Not Advisable Always As This Tool Will Remove PhoneInfoga From Termux Completely And All The Data Of The PhoneInfoga Tool Will Be Removed. Type rm -rf PhoneInfoga To Remove PhoneInfoga From Termux.

ShellScript
rm -rf PhoneInfoga

After The Above Command The PhoneInfoga Tool And Its Files Will Be Removed From The Termux App.

Warning: Using Hacking Tools For Unauthorized Access To Systems Or Data Is Against The Law And Can Lead To Criminal Charges. I Am Not Responsible For How You Choose To Use This Tool.

Common Errors In PhoneInfoga:

The PhoneInfoga Can Face Some Error While Installing Or Using In Termux:

Error 1: If A Person Does Not Appear In The Search List Of The PhoneInfoga Tool, Just Check The Spelling Correct And If The Problem Still Exists That Means The Person Does Not Many Media In That Web. We Can Not Fix It.

Error 2: If The Tool Fails To Install After The Proper Following Of The Commands, Then You Must Check The Version Of Termux App And Reinstall The Termux App With The Latest Version.

Conclusion:

PhoneInfoga Is An Awesome Tool For Information Gathering Using Numbers. This Tool Is Avilable On GitHub And Is Mostly Made From Python. This Tool Searches For The Phone Numbers Through Search Engines. This Tool Can Be Installed In Linux Distros And The Best Thing Is That This Tool Is Easy To Use. This Tool Is Not Any OG OSINT Tool It Is Just Made For Educational Purposes And It Can Be A Little Effective In Finding Any Person On Web.

If You Got Any Question About This Post You Can Tell Me In The Comments Or Contact Us Through The Contact Us Page. Thanks For Reading

Frequently Asked Questions:

  1. What Is PhoneInfoga Used For?

    PhoneInfoga Is Used To Search For Details Of A Person Using His Phone Number.

  2. Can We Install PhoneInfoga In Kali?

    Yes, PhoneInfoga Can Installed In Kali As Well As All Other Linux Distros.

  3. Does PhoneInfoga Provide Always Right Data?

    No, The Data Collected From PhoneInfoga Needs To Be Verified Correctly.

6 thoughts on “How To Install PhoneInfoga In Termux | Updated 2025”

Leave a Comment