Skip to main content

How to Extract Informatiom from Mobile Numbers?

Before Enter into the blog a small Disclamier use this for Educational and Research Purposes only. Don’t do this for any illegal activity the creator is not responsible for your activity.

Want to get information from Phone Number for OSINT Investigation.

Use this to tool to extract information from phone numbers.

This tool is completely developed with python. The source code of the program is also attached here(down). Here i use Google Cloud Console terminal you can use any other terminal also. 

Go To https://github.com/maari-krish/Phoneinfoga

And then clone the Repository. Follow the Installing Steps which mentioned in github repository.

And then enter the mobile number with country code. And then see the result.

Your output will look like this.



Here i hide the phone number for security purposes. You can open the gps location in your browser which it is precised location not the exact location of the number.

We can use another tool also. Go to terminal and type for installation:- docker pull sundowndev/phoneinfoga:latest

Note google cloud console has docker preinstalled. So don’t have to be worry.

To run it:- docker run — rm -it sundowndev/phoneinfoga scan -n “type mobile number with country code”.

Your output will look like this.



For full details or documentation check https://github.com/sundowndev/PhoneInfoga (or) https://sundowndev.github.io/phoneinfoga/.

Like this way we can get the details of the phone numbers. Also you can create your own program with python. But the thing is you have to get the Api key to create this program. Get the Api key from https://numverify.com/ go to this site and click signup for free and get the api key.

Here is the Code:-



The output will be in JSON Format. By this you can create own Numverify tool. Use the tool or create your own tool for your Research or Investigation purposes.

Comments

Popular posts from this blog

Extract Information From IP Address

Before Enter into the blog a small Disclamier use this for Educational and Research Purposes only. Don’t do this for any illegal activity the creator is not responsible for your activity. This is only for OSINT Investigation. There are several ways to get information about IP address. But this tool can give infomation about IP and detect the the IP is using VPN or Not. This tool is completely developed with python. Open Terminal, you can use google cloud console terminal also. Go to https://github.com/maari-krish/Ipinfoga Clone the Repository. Follow the Installing Steps which mentioned in github repository. Here i hide the IP. You please the enter the ip and move on.You can open the gps location in your browser which it is precised location not the exact location of the IP. To detect the IP is using vpn it is in different repository. But i combined the code and give it. Source code is given below. Go to https://github.com/maari-krish/Vpn-Detector Follow the steps given in the reposito...

Pegasus Spyware

What is Pegasus,how it is installed,what it does, how to be detect? For all the questions here the solution, before that we can see what is Pegasus and what it will does. What is Pegasus? Pegasus, developed by Israeli cybersecurity firm NSO Group, is a highly sophisticated spyware that has been referred to as the “most sophisticated smartphone attack ever”. Pegasus is a program that allows the controller (a person who has injected the spyware) can access to the infected smartphone’s microphone, camera, messages, emails, and collect location data also. As per a Kasp e rsky report, Pegasus even allows you to listen to encrypted audio streams and read encrypted messages. In one word to say is“ hacker has the access to the entire phone ”. Pegasus was first noticed in 2016 but it created a lot of buzz in late 2019 when it was revealed that the spyware was used for snooping on journalists and human rights activists across the globe, including in India. And now Now, It was a news Published by...

How does Browser know where you want to go on the internet?

Go to Microsoft Edge Browser or any other Chromium-based browser such as Google Chrome or Brave and start typing into the address bar (actually called the omnibar). The browser starts showing you stuff. It is not just random stuff. How does this work? How does the browser figure out what to show you? Well, there’s a setting that allows you to get a peek behind the curtains and get a glimpse at what’s going on. To see what’s going on, type the following into Microsoft Edge omnibar and press enter: edge://omnibox/ Note: This varies for other Chromium browsers. For example, Google Chrome’s type chrome://omnibox/ and for Brave use brave://omnibox/ . Now you will get a search box and lot of settings and options. Start typing into the box and information will pop up. Information that’s based on both your history, search results, and even things like your bookmarks. If you start typing in a URL that you visit often, the browser will show you a lot more details, such as when you last visited ...