go mod init phoneinfoga go mod tidy go build -o phoneinfoga
To use PhoneInfoga, simply run the command followed by the phone number you want to investigate: install phoneinfoga in kali linux
PhoneInfoga includes a built-in web-based dashboard, which is often easier for visual analysis. : phoneinfoga serve -p 8080 Use code with caution. Copied to clipboard go mod init phoneinfoga go mod tidy go
: Move the binary to a directory in your system PATH to run it from anywhere. sudo install ./phoneinfoga /usr/local/bin/phoneinfoga Use code with caution. Copied to clipboard install phoneinfoga in kali linux