Install Phoneinfoga In Kali Linux (2024)
To run phoneinfoga from anywhere in the terminal, move the binary to /usr/local/bin/ :
: Includes a REST API for programmatic usage and custom scanner-based architecture. Installation on Kali Linux
: Launch the graphical UI to use PhoneInfoga in your browser at http://localhost:5000 . phoneinfoga serve Use code with caution. Copied to clipboard Installation - PhoneInfoga
sudo systemctl start docker
Configure your Go environment. Add these lines to your ~/.bashrc file:
You should see the PhoneInfoga help menu, which indicates that the tool has been installed successfully.
git clone https://github.com/sundowndev/phoneinfoga.git install phoneinfoga in kali linux
phoneinfoga version
If you face permission errors, use sudo for system-wide installation:
sudo apt install docker.io -y sudo systemctl start docker sudo systemctl enable docker Use code with caution. Step 2: Pull the PhoneInfoga Image Pull the latest official image directly from Docker Hub: sudo docker pull sundowndev/phoneinfoga:latest Use code with caution. Step 3: Run PhoneInfoga via Docker To run phoneinfoga from anywhere in the terminal,
phoneinfoga scan -n "+447123456789" --social
If you prefer to keep your Kali Linux system clean and run tools in isolated environments, Docker is the best option. Step 1: Install Docker on Kali Linux If you do not have Docker installed, run:
Redirect PhoneInfoga output to a file for later analysis: Step 2: Pull the PhoneInfoga Image Pull the