Clone the official PhoneInfoga repository from GitHub:
: To scan a single number directly in the terminal, use: phoneinfoga scan -n +15551234567
Phone numbers should be provided in international format with the country code.
sudo docker run --rm sundowndev/phoneinfoga:latest scan -n +14155552671 Use code with caution. Running the Web GUI install phoneinfoga in kali linux
python3 phoneinfoga.py
phoneinfoga --help
alias phoneinfoga="docker run -it sundowndev/phoneinfoga" source ~/.zshrc # or source ~/.bashrc Clone the official PhoneInfoga repository from GitHub: :
Log out and log back into your Kali session for the group changes to take effect.
For Docker users:
You can install PhoneInfoga using pip, the Python package manager. Run the following command: For Docker users: You can install PhoneInfoga using
This command:
The compiled binary will be located at ./bin/phoneinfoga .
sudo mv ./phoneinfoga /usr/local/bin/phoneinfoga
sudo apt update sudo apt install docker.io -y sudo systemctl start docker sudo systemctl enable docker