Actually, everyone’s whereabouts have been recorded by their respective devices. This is because of the GPS feature that will provide the coordinates on the google map.
However, not everyone shares their location arbitrarily. Well, this is the problem.
Ok, in this post I will share how to track someone’s location using the termux application. This method is able to make someone share their location without realizing it.
Huh, can you do that?
To prove it, let’s try together.
Explanation of How to Track Location Using Termux
So basically termux will generate a link that can activate GPS automatically and then find the current position.
To create the link we have to install a locator script such as seeker, geolocation, or termux locator to termux.
Then we have to send a link to the target and do’i also have to open it.
Well, for that we must be able to influence the target.
Then when the target opens the link, all data starting from the OS device, system info, and google map coordinates will appear in termux.
More or less it looks like the following image.

This way you can track the location of the fraudster, unknown number or crush, hehe.
Alright, now straight to the steps.
How to Track Others With Termux
In this tutorial I will use the script seeker. The reason is because this script is still active and working.
For those of you who are new to termux, you should first learn how to use termux.
After that, just follow the steps below.
1. Install script seeker in termux
First, open your termux application. Then install the packages and modules needed by the script seeker.
The packages and modules are python, git, php, openssh and requests.
Enter the command below to install them all at once.
pkg install python git php openssh && pip install requests
After this just wait until the process is complete. The sign is the $ icon appears in the termux terminal.
Second, clone source code seeker from github. The trick is to enter the following command.
git clone https://github.com/thewhiteh4t/seeker
Wait until the installation process is 100%.
2. Give script seeker file permissions
The files are info.txt and result.txt which are located in seeker/template/nearyou/php/.
Then the required permission is 777.
Now, to give permission to the two files, please enter the following command.
cd seeker/template/nearyou/php && chmod 777 * && cd
Now proceed to the link building stage.
3. Create target GPS enable link
At this stage we will use ngrok. Ngrok and seeker are 2 different tools. So we have to install ngrok first, how to see here.
After having ngrok, then we can start the link building process.
Here are the steps:
- Type cd seeker
- Then enter the command python seeker.py -t manually
- Select the nearyou option by pressing the number 0 then enter
- Open a new termux session then type ./ngrok http 8080
If it doesn’t connect, try activating the hotspot.
After this process 2 links will appear. See the following image.

Copy the second or lowest link.
Tips:
This link is an inducement. So you should change or shorten it to something related to the target’s interest.
Example: the target likes shopping, then change the link to bit.ly/shopeecashback.
Oh yes, to change the link you can use a shortlink service such as bit.ly or others.
4. Send the link to the target and make him access it
This is a crucial process as well as determining the success of this tutorial. If you are not able to persuade the target to want to access the link, then everything will fail.
To send a link, you can use whatsapp chat, facebook messenger, or other social media.
Then in sending the link you must also add words that are able to attract the attention of the target.
An example is this:
Site A is currently having a promo, it’s good for stock. The link is https://yourlink
Or you can make it yourself.
After the link is accessed, a pop-up will appear. The pop-up is a location sharing permission. So if the target allows it, then the location will automatically appear.
5. Copy the google map link and access it via a browser
In the successful tracking results, a google map coordinate point will appear in the form of a link.

Well, your job is to copy the link and then access it using a browser application (chrome is fine too).
After that, Google will show you the location of the coordinates.
And this tutorial is finished, hehe.
Try Tracking Your Own Location!
As an experiment you can also track your own location. At the same time you can also match the tracking results with your current location, is it accurate or not?
For the same way as above. It’s just that you have to access the GPS-activating link through your own browser.
Well, these are the steps that you can use to find out someone’s location only with the termux application.
If there is something you want to ask, just say it through the comments column.