A seeker is a tool used to find out the exact location of the
person remotely. Seeker allows you to host a website on a
PHP server. It uses Serveo or Ngrok to generate a link. The
link can be forwarded to the target. As the target opens the
website, It asks for location permission and if the target
allows it, we can get the exact location of the target along
with the direction on Google Maps.
A seeker can be used in Termux as a tool to find out the exact
location of the person. Now let’s see how to install this tool on
Termux.
How to install Seeker in Termux
Open your Termux and type the command one by one.
sudo apt-get update
sudo apt-get install python3 python3-pip php ssh git
pip3 install requests
git clone https://github.com/thewhiteh4t/seeker
cd seeker
python3 ./seeker.py -h
If you are confused about how to use seeker then you can see
this article: How to find out the exact location of the user by
using seeker.