ads

Getting information from a Phone number

Hello everyone, how are you all. So, we always wonder what someone can do if they have our phone numbers, what informations can they extract out of it. The answer is a lot.



Today, we are gonna use a tool and see how we can extract information about an individuals if we hold his/her phone numbers. But, before we get started, I want to clear that is not like a person can only obtain the amount of information from a phone number that we can obtain by this method. There are many other ways of extracting informations from a phone numbers but that's something for another day.

Requirements:-

1) Termux
2) A good internet connection
3) Victim's phone number
4) Must have followed my website by email (just kidding but make sure to do it for regular updates)

Steps of Installation:-

1) apt update && upgrade -y (update the repository and upgrade any package of needed)

2) apt install python -y (To install Python)

3) pkg install python2 -y (To install Python2)


4) pkg install git -y (To install git, usually used to clone repositories)


5) git clone https://github.com/sundowndev/PhoneInfoga (To clone phoneinfoga repository in your termux)

6) cd Phoneinfoga (To go into Phoneinfoga directory)

7) ls (To see the files present in folder)


8) mv config.example.py config.py (To fix config.py issue)

9) chmod +x * (To give execution permission to all the files)

10) python3 -m pip install -r requirements.txt (To install the requirements of Phoneinfoga)

Collecting information from a phone number:-

1) python3 phoneinfoga.py

You will see its uses options after this command.

2) python3 phoneinfoga.py -n <number>


 Number with +(country code)

So, that's it for now. See you all soon. Till then follow this blog by email to not miss any new post.

Post a Comment

0 Comments