A-ads

how to track location using termux | Install seeker tool on Termux

Hallow friends,If you are a termux user then you might have used various tools on Termux.Today in this tutorial i am going to tell you about a such kind of tool which can grab anyone's exact location.So we are going to learn how to track location using termux.

Note: This article is for educational purposes only. And to instruct you about such kinds of phishing attacks that are done by hackers. We are not responsible for any misuse of this article or tool. 

How to track location using termux

Some times we feel the need of finding the location of a person who is blackmailing or giving us any thread on online.At that case we can use our termux to find out the exact location of that person.But only using termux we won't find anyone's realtime location we have to install an external tool seeker on it.

What is seeker tool on Termux

Seeker is a python script available on GitHub used to find exact location of anyone. Like other phishing scripts this tool generate a malicious link and this link is sent to the victim.After clicking on the link if victim allow his location permission at the same time seeker will grabs victim's exact location.
Find location using seeker tool on Termux


How to install seeker tool in termux

To install seeker tool in termux At first open your termux application and enter the following commands to update and upgrade the packages


Then install the git package on Termux

Then copy and enter the given command to install seeker tool on Termux


Then change the directory to seeker
 

Execute the bash file to install required dependencies


wait for a while because it may take 2-3 minutes to complete the process.

And then use the final command to start seeker


Find location using seeker tool on Termux



that is an error ,to avoid it we have to use the manual option of this script.

How to use seeker tool with ngrok

Open your browser and search ngrok on the Google search bar and click on the first result which you have got.This will be ngrok official website. create an account on it and copy the authtoken from ngrok dashboard.Then again open your termux application and enter the following commands
Find location using seeker tool on Termux


cd ~
pkg install wget
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.tgz  
tar -xvf ngrok-stable-linux-arm.tgz

Then run again seeker script using the command
cd seeker
python3 seeker.py
Find location using seeker tool on Termux


Enter 0

Find location using seeker tool on Termux


Create a new session and enter the command 👇(Don't forget to turn on your mobile Hotspot)
./ngrok http 8080
Find location using seeker tool on Termux


Now copy that link and send it to the victim.
After clicking on the link if victim gives the location permission we will get the exact location of the victim.


Find location using seeker tool on Termux


Now copy that link and paste it on the Google search bar.It will shown the exact location of victim on Google map.

Watch the full video







Post a Comment

0 Comments