PhoneInfoga is one of the most advanced tools to scan international phone numbers. It allows you to first gather standard info such as country, area, carrier and line type on any international phone number, then search for footprints on search engines to try to find the VoIP or identify the owner, perfect for those pesky spam calls.
Download from Terminal
# Download latest release in the current directory
curl -sSL | bash
#check the binary
./phoneinfoga version
# You can also install it globally
sudo mv ./phoneinfoga /usr/bin/phoneinfoga
Use the scan command with -n (or --number) option
EXAMPLES
phoneinfoga scan -n "+1 (555) 444-1212"
phoneinfoga scan -n "+33 06 79368229"
phoneinfoga scan -n "33679368229"
Special chars such as () - + will be escaped so when typing US-based numbers stay easy:
phoneinfoga scan -n "+1 555-444-3333"
Download from Terminal
# Download latest release in the current directory
curl -sSL | bash
#check the binary
./phoneinfoga version
# You can also install it globally
sudo mv ./phoneinfoga /usr/bin/phoneinfoga
Use the scan command with -n (or --number) option
EXAMPLES
phoneinfoga scan -n "+1 (555) 444-1212"
phoneinfoga scan -n "+33 06 79368229"
phoneinfoga scan -n "33679368229"
Special chars such as () - + will be escaped so when typing US-based numbers stay easy:
phoneinfoga scan -n "+1 555-444-3333"