Install Phoneinfoga In Kali Linux May 2026

version: 2.10.0 numverify: api_key: "YOUR_API_KEY_HERE" enabled: true You can obtain a free Numverify API key from numverify.com (limited to 100 requests/month). Save the file after editing. Once installed, using PhoneInfoga is straightforward. Remember that unethical use against individuals without consent is illegal. Command Structure phoneinfoga scan -n <PHONE_NUMBER> Example: National Format (US) phoneinfoga scan -n "14155552671" Example: International Format Always use the international format with the country code:

echo 'export GOPATH=$HOME/go' >> ~/.bashrc echo 'export PATH=$PATH:$GOPATH/bin' >> ~/.bashrc source ~/.bashrc Create the workspace directory:

sudo apt install ca-certificates -y Navigate into the cloned directory and build the tool: install phoneinfoga in kali linux

wget https://github.com/sundowndev/phoneinfoga/releases/download/v2.10.5/phoneinfoga_Linux_x86_64.tar.gz Note: Replace v2.10.5 with the latest version found on the releases page. tar -xzf phoneinfoga_Linux_x86_64.tar.gz Step 3: Install and Set Permissions chmod +x phoneinfoga sudo mv phoneinfoga /usr/local/bin/ Step 4: Test the Installation phoneinfoga --help The help menu should appear, listing commands like scan , serve , and version . Post-Installation: Configuration and Setup PhoneInfoga works reasonably well out-of-the-box, but certain features require API keys (e.g., for Numverify, Google dorking). Create a configuration file to maximize effectiveness. Generate a Default Configuration phoneinfoga config init This creates ~/.config/phoneinfoga/config.yaml . Edit it to add your API keys:

Now that you have PhoneInfoga running, experiment with the scan and serve commands. Try it on your own number first. See what information is publicly exposed about you. That knowledge is the first step to protecting your own digital footprint. version: 2

go version You should see something like go version go1.22.5 linux/amd64 . If the version is below 1.16, you need to install manually from the official website. Configure your Go environment. Add these lines to your ~/.bashrc file:

Introduction: What is PhoneInfoga? In the world of open-source intelligence (OSINT), PhoneInfoga has established itself as a powerful, essential tool for reconnaissance. It is one of the most advanced frameworks designed to scan phone numbers using only free resources. The tool allows security researchers, penetration testers, and law enforcement to gather valuable information such as carrier, line type (landline, VoIP, mobile), country, and even linked accounts on services like Google, Instagram, and Skype. line type (landline

sudo apt install golang-go -y Verify the installation: