How to Install PhoneInfoga in Kali Linux
For a thorough OSINT investigation:
phoneinfoga scan -n "+442071234567" --recon -o results.json
Error 5: Build fails with “signal: killed”
PhoneInfoga is an open-source tool used for information gathering and reconnaissance on phone numbers. It can be used to extract information such as the owner's name, location, and carrier details. In this guide, we will walk through the steps to install PhoneInfoga on Kali Linux.
Add:
export GOPATH=$HOME/go export PATH=$PATH:$GOPATH/bin source ~/.bashrc