How to track mobile location with just a phone number

In this article, learn how to track mobile location with just a phone number.

You only have a phone number and want to track a mobile phone’s location? We’ll show you how to track a mobile phone’s position using simply a phone number in this article.

I must caution you: tracking someone’s cell phone without their permission is unlawful and may result in jail time.
Alltechbuzz accepts no liability for your activities. We presume you’re using your expertise for the greater benefit.

This is what we believe your motivations are for learning this technique:

Consider being in love with someone who gets kidnapped by your story’s arch-nemesis/villain. The cops refuse to assist you because they are corrupt and have turned a blind eye to the criminal. The only way to find your long-lost sweetheart is to track down her phone number.

Don’t be concerned, guy! You will reclaim your long-lost love. We’ll show you how to track down a mobile phone’s location using only its phone number.

  • How to trace a mobile phone’s location with only the phone number?
    • Step 1. Boot into Kali Linux in your computer or Virtual box
    • Step 2. Download install TrackUrl from GitHub
    • Step 3. Run the TrackUrl tool in Kali Linux
    • Step 4. Copy-paste or type the HTTPS URL to terminal
    • Step 5. Send the HTTPS URL to your friend to see if this works
    • Step 6. Find and copy the location of the device from the tail window
    • Step 7. Put the longitude and latitude in Google Maps.
  • How to track mobile location with IP address?
    • Step 1. Start your Kali machine
    • Step 2. Install and Upgrade liblocal and JSON module
    • Step 3. Download and install ip-locator from GitHub
    • Step 4. Use the ip-locator to track the ip address
  • How to find lost mobile phone location with find my device app?
  • 5 Best mobile tracker apps (Spy Apps)
    • mSpy – Mobile phone tracker app
    • FlexiSpy – Best mobile phone monitoring app for parents
    • Ispyoo
    • TheTruthSpy
    • Mobistealth – Best International Mobile tracker app

How to trace a mobile phone’s location with only the phone number?

It isn’t difficult to track down someone’s whereabouts. It’s quite simple. But initially, what exactly do you require?

What do you need to begin?

  • A laptop or a computer
  • An internet connection
  • Kali Linux OS
  • TrackUrl pen-testing tool

To locate the location of any mobile phone, follow these steps:

Step 1. Boot into Kali Linux in your computer or Virtual box

Kali Linux is a Debian-based Linux operating system with security and pen-testing capabilities built in. Download and install Kali Linux on your PC if you don’t already have it. You may also use VirtualBox Kali Linux to create a virtual machine on your computer.

Step 2. Download install TrackUrl from GitHub

Z Hacker’s TrackUrl is a pen-testing tool. It indicates where the link was opened on the mobile phone.

Here’s how to do it:

To download files from GitHub, type or copy-paste this code into the terminal.

git clone https://github.com/cryptomarauder/TrackUrl.git

  • Then change the folder sharing permissions for the public

To make the folder public, copy and paste the following code into the Kali Terminal:

chmod -R 755 TrackUrl

  •  Change the current directory to TrackUrl

To change the directory in the Kali terminal, copy and paste the following code:

cd TrackUrl

Step 3. Run the TrackUrl tool in Kali Linux

The TrackUrl tool must then be run. To execute it from the terminal, type the following code:

./TrackUrl.sh

The application will begin to run once you run the above code. It will build a URL that will refer to your computer’s local folder. The ngrok window provides you with important information.

The location and other browser data are sent back to you when someone visits this URL.

Step 4. Copy-paste or type the HTTPS URL to terminal

You must first open the URL’s output stream before sending it to the cellphone you wish to track. Copy and paste the HTTPS link to see the information it’s collecting.

When you press enter after typing in the HTTPS URL, the terminal will launch a new window that displays the output stream.

The location will be displayed in the “tail” window, but it will be empty because you haven’t sent it to anyone.

Step 5. Send the HTTPS URL to your friend to see if this works

Shrinath, a colleague and acquaintance who works as an SEO at Alltechbuzz, received the URL link. This is a picture of the message I sent him.

My pal is already aware that I occasionally sketch. So he wasn’t doubting me. As a result, he followed the link. The link directed him to the website we had created.

The location is collected by this webpage and updates the tail log as long as this window is open. If he remains long enough, your computer will be notified of his whereabouts every 2 seconds.

Step 6. Find and copy the location of the device from the tail window

The tail window will be updated with the location of the device from which the link was accessed after they click on the link and then visit the page you configured.

Every two seconds, the location is updated. When the window or tab is closed, however, the tracking ends.

The longitude and latitude of the device are the two integers after the GET /logme/. Make a copy of these figures or jot them down.

My friend’s phone’s longitude and latitude are highlighted above. He works in the same office as us.

Step 7. Put the longitude and latitude in Google Maps.

In Google Maps, paste the longitude and latitude. You will be able to locate the device.

This information is no longer correct, as our office is a little further away from the position depicted on the maps. That’s because my friend and I both turn off the location feature on our phones. However, the location’s general area is up to 100 meters. Our office is generally positioned near the bakery, as indicated by the pin on the maps.

I must reiterate that tracking someone’s location is unlawful and may result in jail time.

How to track mobile location with IP address?

Use this technique to track the position of a mobile phone if you don’t know the phone number but know the device’s IP address. Read this tutorial if you don’t know how to find your device’s IP address.

Step 1. Start your Kali machine

To track the phone position using IP address, you must first launch your Kali Linux machine and then follow the instructions below.

Step 2. Install and Upgrade liblocal and JSON module

This method necessitates the installation and update of the liblocal and JSON modules.

One by one, execute the following commands:

apt-get install liblocal-lib-perl
apt-get install libjson-perl
apt-get upgrade libjson-perl
sudo cpan JSON

Upgrade/install the required packages by following the on-screen directions.

The required JSON and liblocal packages may take some time to download and install. The length of time depends on the speed of your internet connection and computer.

Step 3. Download and install ip-locator from GitHub

To begin, download the ip-locator perl program from GitHub.

To download ip-locator, copy and paste the following code:

git clone https://github.com/zanyarjamal/IP-Locator.git

 

You must change the directory to that folder in order to install the ip-locator. To change the directory, enter the following code:

cd IP-Locator

Now use the following commands to make the Perl file executable:

chmod +x ip-locator.pl

After you’ve made the file executable, you’ll need to install ip-locator. Use the following commands:

./ip-locator.pl

If you see this, the ip-locator has been successfully installed:

Step 4. Use the ip-locator to track the ip address

The ip address of the device or computer you want to find must be entered into the ip-locator.

Usage method:

./ip-locator.pl [IP address]
./ip-locator.pl [Domain]
./ip-locator.pl [Host]

Example commands:

./ip-locator.pl 1.1.1.1
./ip-locator.pl www.google.com

To see if your machine is working, type its IP address. This is what the final outcome will look like:

So acquire the phone’s ip address and use the ip-locator software to hunt it down. That’s all there is to it.

How to find lost mobile phone location with find my device app?

If you’ve misplaced your phone and want to know where it is, it’s incredibly simple to locate it. All you have to do is Google find your device and let it track your gadgets.

In the name of security, Google is tracking your gadgets. When you use your Google account to log into your phone and other devices, you (and Google) can simply track their whereabouts.

You can make your phone ring immediately from your computer. To do this, tap the “Ring” button.

Log in to your Google account first. Then, from the list that appears, select the device you want to locate, as shown below.

The google mobile locater will provide you options to ring, find, and recover your device after you click on the device you wish to locate.

Using the Google Find My Phone app, you can accomplish the following:

  • Call you phone
  • make your phone ring
  • Erase the data on your phone
  • lock your phone
  • and many more

If you haven’t turned on Google’s location tracking yet, now is the time to do so. But be aware of these flaws.

5 Best mobile tracker apps (Spy Apps)

Mobile phone tracker apps, sometimes known as Spy apps, have been increasingly popular in recent years. Parents are becoming increasingly watchful as a result of cyberbullying and predators lurking in the dark corners of the internet who target children. Spy software comes very handily in this situation. We scoured the internet for the best mobile tracker spy apps and selected the top five. Nevertheless, all of the apps on this list are paid and are not free. Get Kali Linux and use paid tools if you want free spy programs.

mSpy – Mobile phone tracker app

mSpy is a famous mobile tracker tool that allows you to monitor devices to which you do not have access.
It’s a fantastic security monitoring tool that works on practically all devices. The application costs around $40. It’s ideal for anyone who wants to keep an eye on devices from afar.

These are Features of mSpy:

  • Text message monitoring
  • Call monitoring
  • Email monitoring
  • Whatsapp, Snapchat and other social media monitoring
  • Gps Tracking

You can easily track mobile phones and monitor your children’s activities using mSpy.

FlexiSpy – Best mobile phone monitoring app for parents

FlexiSpy is designed exclusively for parents who want to keep an eye on their children’s activities and relationships. You can follow their GPS position, messages, emails, and social media activities with this premium software. This is great software for parents. This app costs around $50 and is well worth it.

Ispyoo

Ispyoo is ideal for companies that give their employees with official phones. Use this app to monitor your employees’ phones if you’re a business owner who wants to see how productively they’re using your resources. At a cost of around $23, you may track sms, mms, and phone calls.

TheTruthSpy

TheTruthSpy phone tracker is a low-cost phone spy app that costs only $17. You can obtain information on the targeted phone’s device, messages, and phone calls. To use this app, you must have access to the device.

Mobistealth – Best International Mobile tracker app

The Mobistealth mobile phone tracker is reasonably priced at $79 and is well worth the investment. It has a number of functions that many mobile phone trackers lack, such as bookmark history, phone logs, and emails, to name a few. It can also assist you in locating your phone if you lose it. The satellite tracking feature, which provides GPS location logs and real-time GPS monitoring, is what makes this app stand out.

I hope that this lesson on how to track a mobile phone location assisted you in finding your long-lost love as well as understanding how to monitor mobile phones using numerous methods.

If you have any questions, please ask us in the comments section.

Loading Facebook Comments ...