Install Phoneinfoga In Kali Linux May 2026

Kali now includes PhoneInfoga directly in its kali-linux-large or via apt.

sudo apt update
sudo apt install phoneinfoga -y

That’s it. Run it immediately:

phoneinfoga --help

Pros: Simple, stable, and integrates with Kali’s tools.
Cons: May lag one or two versions behind the latest release. install phoneinfoga in kali linux


sudo apt install phoneinfoga -y
phoneinfoga scan -n "+14155552671"

This returns:

Navigate into the cloned directory and build the tool: That’s it

cd phoneinfoga
go build -o phoneinfoga

This compiles the source code into an executable binary named phoneinfoga. The process may take 30–60 seconds.

phoneinfoga version

You should see the latest commit hash and build date. ✅ Pros: Simple, stable, and integrates with Kali’s


Navigate to your Go source directory and clone the repo:

cd $GOPATH/src
git clone https://github.com/sundowndev/phoneinfoga.git

If you face SSL certificate errors, ensure ca-certificates are updated:

sudo apt install ca-certificates -y

Before installing any new tools, always update your package list and upgrade existing packages:

sudo apt update && sudo apt upgrade -y

Pull the official image from Docker Hub:

docker pull sundowndev/phoneinfoga:latest

Courses – Code Maze


code maze courses side

Whether you want to master web development or software architecture, you should check our COURSES and pick the one that you like.

Ad 1

Ad 2

Ad 3

Ad 4