Greetings readers! Today in this post I will teach you how to install and use phoneinfoga tool on kali linux or termux for collecting information about phone numbers.
Phoneinfoga is one of the most advanced tool for scanning international phone numbers using only free resources.
It allows us to first gather standard information such as country, area, carrier and line type on any international phone number and then searches for fingerprints on various social media services for identifying the owner.
This tutorial will help you install Phoneinfoga in your linux machine without errors. If you still face some diffuculties during the installation method free feel to comment it down.
Phoneinfoga v2 |
Features :
- Check if signaling exists and is feasible
- Gather commonplace information like country, line kind and carrier
- OSINT footprinting mistreatment external APIs, Google Hacking, phone books & search engines
- Check for name reports, social media, disposable numbers and a lot of
- Scan many numbers directly
- Use custom information for simpler OSINT intelligence activity (v1 only)
- Use the graphical programe to run scans from the browser
- Run your own internet instance as a service
Installation :
I am installing the tool in Kali Linux 2020.3, but you can install it on any linux operating system or in android using termux.
Follow the following steps for hassle free installation
git clone https://github.com/sundowndev/PhoneInfoga
cd PhoneInfoga/
ls
chmod +x *
sudo apt-get install golang -y
go run main.go 91XXXXXXXX
How It Works?
1. First we download Phoneinfoga from it's official repository
2. We change the current directory into Phoneinfoga
3. We list out all the downloaded files
4. We give permission for executing all files by change mode (chmod) command
5. We install go lang to run Phoneinfoga
6. We run the main.go file followed with a phone number to be scanned
Disclaimer
The tool is developed for educational purposes and thus should be used with utmost ethics, In case you violate fair usage you will be solely responsible for your actions. Binhacker does not promote or encourage any illegal practices.
api/server.go:41:26: undefined: Assets
ReplyDelete