Table of Contents
Hey Guys, It’s me SaadMaqsood 🙋🏻‍♂️, No matter how much I answer but you guys keep asking me the same question and that is, how to find someone’s exact location using termux🔥. I have written posts about it too, but since that’s not enough in 2023, here is a fresh and new working tool that will give you an almost accurate location by using a phishing method. This is going to be a really educational post, and you will be able to track anyone within a few minutes for sure.📲📍
Seeker : Get the Exact Location using a Single Link with Termux :
NOTE: This post is only for educational purpose. I and this site do not support any criminal activity. If you are doing any sort of misuse of this information This site is not responsible for that. THIS SITE ONLY SUPPORTS ETHICAL HACKING.
If you are in a hurry, then you can just copy-paste the below command, and it will be installed in your termux application.
Step1 :
Before installing any tool in termux first we will update all the Pre-installed packages in termux, so we won’t face any errors while using the tool.
pkg update && pkg upgrade -y
This command will update all the preinstalled packages in termux.
Step2 :
Since this tool is stored in a GitHub repository, we need to install the git package on the termux. And with the help of git, we will Fetch Seeker In termux. Since we are gonna need cloudflared too, so we will add it to this command.
pkg install cloudflared git -y
Paste this command and wait, and the git package will be installed in no time.
Step 3:
Now we will clone the Seeker tool from the GitHub repository. Just paste the below command and press enter, and the tool will be installed in a minute.
git clone https://github.com/thewhiteh4t/seeker.git
The downloading speed totally depends upon your internet speed, so make sure be in a good internet connection.
The tool is downloaded in our termux, and we just have to run and go inside the project folder to start working with it. If you don’t know about termux basic commands, then it’s highly suggested that you should read this post : [Termux all Basic Command].
cd seeker
Since we want the seeker tool to get installed properly, we need to give it execute permissions. By doing this, we will allow install.sh file to execute all the commands that are required to run on termux without permission denied errors. Copy and paste this command, and you are done with the permissions part.
In order for the seeker tool to function, all necessary dependencies must be installed in this step. Don’t worry, we won’t install them one by one; instead, we’ll just use the command below.
Use Seeker Tool in Termux :
Step 1:
To Start the Seeker Tool you just have to run the bash file given in the tool, just type the below command and the tool will start running.Â
python seeker.py
Step 2:
Now you will see the main menu of the Seeker tool. Here you will have options to select a template, and these templates are just different types of phishing pages to create a link that will get the location for you. You can try all of them one by one and see which one suits you best. For demonstration, I will choose the number 0, this is the easiest and most basic one. This will get the job done, but if you know the basics about using Linux tools, then you can select other options too. For now, type 0 and press enter.
Step 3:
cloudflared tunnel –url http://127.0.0.1:8080
Step 4:
Step 5:
Now, Wait, when the victim will click on the link he will be prompted to allow the location and as soon as they allow the location, you will get data like it is shown in the below picture. You will get the user’s location link; just copy and paste it into Chrome and see the pinpointed location. To Close the Tool, you have to Press CTRL + Capital C to Exit.