How to Install, Configure & Use Seeker tool in Kali Linux 2020.4 | Track down exact location of victim.

Installation Commands

Installation CommandsOpen terminal in kali linux and type following commands one by one.

sudo su

apt install git

apt install python3-pip

apt install php

exit

Now go to ngrok.com and sign up or login then download ngrok linux zip file.

cd Downloads

unzip ngrok-stabe-linux-amd64.zip

Then paste your ngrok auth token configuration command.

./ngrok http 8080

Then open new terminal window, keep running this ngrok session in background.

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

cd seeker

pip install requests

python3 seeker.py -t manual

Now open ngrok session and copy that link and send it to your victim, when victim open link you will get exact location on your kali linux.

Watch video tutorial from below.

Reactions

Post a Comment

0 Comments