Get Someone’s Location by using Seeker

Aalam Info Solutions LLP
4 min readMar 29, 2023

--

Find Someone’s Location b using Seeker

In this blog, we will learn how to find Someone’s Location by using Social Engineering Tool called SEEKER.

The below steps describe the procedure to achieve the end goal as finding the location of someone.

Prerequisites:

✓ kali Linux

✓ Seeker

✓ ngrok

✓ Python

STEP : 1

✓ First, we need to install SEEKER Tool by using the following Link.

Link to download Seeker

✓ Open Terminal in Kali Linux and run the below command.

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

✓ A seeker file will be downloaded.

Command for download seeker

STEP : 2

✓ Move the downloaded file in which directory we want.

✓ Here, I have moved SEEKER file to Desktop by the following commands.

Check the current directory
Check the files in Seeker

✓ Open the Seeker folder and observer all the below files are downloaded.

✓ Then, run this below command.

python3 seeker.py

✓ Before doing this, check whether the Python is already installed or not by using the following command.

python --version

✓ Note: Python is needed to run this tool.

Run Seeker by using python

STEP : 3

✓ Once we ran the Seeker tool, it shows the following options of Templates to be used in Social Engineering attacks.

• NearYou

• Google Drive

• WhatsApp

• WhatsApp Redirect

• Telegram

• Zoom

• Google ReCaptcha

• Custom Link Preview

✓ I have chosen Near You option by entering number 0

✓ Once, we given the option, a PHP server and default Port is activated.

Seeker selected with NearYou option

STEP : 4

✓ Then we need a tool to host the created Template in Online.

✓ Here we used ngrok for this purpose.

✓ We need to create an account in ngrok

✓ Then use this command in a new terminal.

wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz

✓ The above command will result in downloading ngrok.

Command for download ngrok

✓ Then use this command to convert the .tgz file.

tar -xzvf ngrok-v3-stable-linux-amd64.tgz

✓ Once installed, Copy the command from your ngrok account and run.

✓ The link is under this section in your account Connect your account.

✓ Like this -> ngrok config add-authentication <unique code>

unique command in Connect your account section
Run your unique id got from your account

STEP : 5

✓ After the above step completed, move the ngrok to Desktop.

✓ Run this below Command.

./ngrok http 8080

✓ Any Port number can be used. Not only 8080

Initiate ngrok

✓ Once the ngrok started, copy the Forwarding link of your own.

✓ Here it is https://c342-171-78-162.in.ngrok.io

ngrok connected with forwarding link

STEP : 6

✓ Send the copied link to the person you want to know the location by any way.

✓ Once he clicks the link, he gets the screen like this.

✓ After he clicks the Visit Site, a popup is opened and he is asked to give Location permission of his own from the browser he used.

Victim’s Browser screen
NearYou Template with Location needed popup

✓ Once he gives the permission, the victims complete details have been shown to us like the below image.

Geo details of victim

By this blog, we will learn how to find Someone’s Location by using Social Engineering Tool called SEEKER.

by Shaik Ibrahim Hussain N

About Us

Established in 2016, with the goal of being the company of right choice for clients, talents and solution providers. We design, develop and integrate software applications to meet the challenges of a dynamic business environment that suits our client’s needs. Today, we are one of the growing software service provider in the industry aimed at providing custom application development and suitable technical solution. Our team aspires to do quality work for our clients in providing end-to-end solutions and services at an affordable price.

Website: https://aalamsoft.com/

Follow us on,

LinkedIn : https://www.linkedin.com/company/aalam-info-solution-llp

Instagram : https://instagram.com/aalaminfo?igshid=YmMyMTA2M2Y=

Facebook : https://www.facebook.com/Aalam-Info-Solutions-LLP-775574966147738/

--

--