πŸ” Finding Phone Number Info with Docker and LinuxπŸ§πŸ“±

Β·

4 min read

πŸ” Finding Phone Number Info with Docker and LinuxπŸ§πŸ“±

In this blog post, we dive into the world of PhoneInfoga, a tool designed not for hacking phone numbers, but for extracting valuable information about them. The objective is to shed light on unknown numbers that may have recently called or to assist in penetration testing scenarios, always emphasizing responsible and ethical use.

Key Points:

  1. Introduction to PhoneInfoga: Understanding its Purpose and Application

    • Clarification that the tool is not for hacking but rather for extracting information.

    • Highlighting the common scenarios where such tools can prove useful, such as identifying unknown callers or performing penetration tests with explicit permission.

  2. Ethical Use and Legal Disclaimer:

    • Emphasizing the importance of ethical use and the need for explicit permission when engaging in any form of hacking, even for legitimate purposes like penetration testing.

    • Clearly stating that the content is part of an educational process and should not be misused for unauthorized activities.

  3. Installation and Setup:

    • Providing insights into the two options for running PhoneInfoga – on any Linux distribution or any cloud VM

    • Explaining the installation process using Docker.

  4. Tool Demonstration:

    • Walking through the actual use of PhoneInfoga, showcasing both command-line interactions and the user-friendly web interface.

    • Illustrating the tool's capabilities by running a scan on a US-based phone number and interpreting the obtained information, including location, carrier details, and more.

  5. Ensuring Ethical Practices:

    • Discussing the importance of responsible behavior while using the tool, especially when dealing with sensitive information.

    • Encouraging readers to adopt ethical hacking practices and reinforcing the message that the tool should only be employed for lawful and authorized purposes.

Requirements for this practical:

  1. Linux distro (ubuntu, centos, Redhat, kali). Here I am using the 'Kali Linux VM in my local server of a virtual box, you can use a cloud (Aws, Gcp, Azure) of VMs.

  2. Install docker and git on your Linux machine.

Setup or Configure the requirements :

  1. Follow the below images for this lab

    After logging into your VM of Kali Linux install docker and git.

    πŸ‘‡πŸ‘‡πŸ‘‡here I already installed docker by using the following commands.

    sudo apt install docker.io -y

    Can't wait to get info from phone numbers

Create PhoneInfoga Docker container:

  1. Open this Github link https://github.com/Ashoksana/phoneinfoga.git

  2. After opening this link scroll down you will see documentation under readme.md.

  3. After this, you will get one page that is related to the 'phoneonfoga' tool installation.

  4. Copy the above docker pull command and paste in the kali linux, then pull the image.

  5. Now run the image and also give any phone number as below follow the command to scan the Phone number info. Here I am tried the spam number for scanning and getting info purposes.

    This is the command to scan phone number info docker run -it sundowndev/phoneinfoga scan -n <countrycode phone_number>

    example: docker run -it sundowndev/phoneinfoga scan -n 911725348151

    Country code should be mandatory.

    Hurry the phone number is scanned with help of this tool.

    see this scan the phone and give the phone number info.

  6. Above one we scan through CLI. Now we can also check GUI by using this command.

    docker run -it -p 8080:8080 sundowndev/phoneinfoga serve -p 8080

    1. Open the Google Chrome and give your_ipaddress:8080.

      you will get an interface after this command.

      Then give any spam number to a lab to get information for that number.

    2. Scroll down you will get Google links you will get ip address of a particular device. It will scan the phone number of that number connected to the internet as in the image shown below.

    3. Click on any drop-down you will get a link.

      I hope you people like this blog.

      If you like this blog please follow these below Links, You will get more content like this in that links.

      WhatsApp Group:- https://chat.whatsapp.com/Ii2xKz9vuW93AWt07m4AYj

      Telegram:- https://t.me/ExplorewithAshok

      LinkedIn: https://www.linkedin.com/in/ashok-sana

      Instagram:- https://instagram.com/explorewithashok?igshid=OGQ5ZDc2ODk2ZA==

      Linktree:- https://linktr.ee/ashoksana

Did you find this article valuable?

Support ASHOK SANA by becoming a sponsor. Any amount is appreciated!

Β