Install Phoneinfoga In Kali Linux

go build -o phoneinfoga .
sudo apt install phoneinfoga -y

Now that PhoneInfoga is installed on Kali, let’s run a basic scan.

Configure your Go environment. Add these lines to your ~/.bashrc file: install phoneinfoga in kali linux

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

Create the workspace directory:

mkdir -p $GOPATH/bin,src,pkg
phoneinfoga scan -n "+12025550199"

PhoneInfoga is actively developed. To update (Docker method): go build -o phoneinfoga

docker pull sundowndev/phoneinfoga:latest

For source installation:

cd ~/phoneinfoga
git pull
make build
sudo cp ./build/phoneinfoga /usr/local/bin/

sudo mv phoneinfoga /usr/local/bin/

Once installed, try these commands: