Skip to main content

Seeker-Accurately Locate Smartphones using Social Engineering

 Hello guy's in this article we are going to discuss about how to find smartphone location with social engineering attack.


What is Seeker?

The seeker is simple base script this script help you to find Accurately Locate Smartphones using Social Engineering.

Requirements

  • Android 5.0 and above version
  • Termux
  • Ngrok
  • Python

Feature of Seeker

  • Longitude
  • Latitude
  • Accuracy
  • Altitude - Not always available
  • Direction - Only available if user is moving
  • Speed - Only available if user is moving
Along with Location Information we also get Device Information without any permissions
  • Operating System
  • Platform
  • Number of CPU Cores
  • Amount of RAM - Approximate Results
  • Screen Resolution
  • GPU information
  • Browser Name and Version
  • Public IP Address
  • IP Address Reconnaissance

Concept behind Seeker

Concept behind Seeker is simple, just like we host phishing pages to get credentials why not host a fake page that requests your location like many popular location based websites.Seeker Hosts a fake website on In Built PHP Server and uses Serveo to generate a link which we will forward to the target, website asks for Location Permission and if the target allows it, we can get

How is this Different from IP GeoLocation

  • Other tools and services offer IP Geolocation which is NOT accurate at all and does not give location of the target instead it is the approximate location of the ISP.
  • Seeker uses HTML API and gets Location Permission and then grabs Longitude and Latitude using GPS Hardware which is present in the device, so Seeker works best with Smartphones, if the GPS Hardware is not present, such as on a Laptop, Seeker fallbacks to IP Geolocation or it will look for Cached Coordinates.
  • Generally if a user accepts location permsission, Accuracy of the information recieved is accurate to approximately 30 meters, Accuracy Depends on the Device.
NOTE:
On iPhone due to some reason location accuracy is approximately 65 meters.

Tested platform

  • Kali Linux
  • BlackArch Linux
  • Ubuntu
  • Kali Nethunter
  • Termux
  • Parrot OS

How to download and install Seeker?

Step 1:

First you download git package this package will help you to clone the package.
Termux
pkg install git

Linux

sudo apt install git

Step 2:

Type this below command this command will help you to download seeker tool in your terminal.
git clone https://github.com/thewhiteh4t/seeker.git

Step 2:

Once you download seeker tool package type this below command this command will help you to open seeker folder in your terminal.
cd seeker

Step 3:

Now you type this below command this command will help you to install seeker tool in your termux or linux.
Termux
bash termux_install.sh

Linux

bash install.sh

Step 4:

Once you install seeker tool type this below command this command will help you to run seeker tool in your termux or linux terminal.
python3 seeker.py -t manual

Step 5:

Now you have to see four templates choose which you want i choose 0 nearyou


Now our php server was start just type share this below link in to your victim
http://127.0.0.1:8080

This above link only work on same wifi connection if you need out of network you need to run ngrok in your terminal if you run means you get link. share that link to victim.

Known Problems

Services like Serveo and Ngrok are banned in some countries such as Russia etc., so if it's banned in your country you may not get a URL, if not then first READ CLOSED ISSUES, if your problem is not listed, create a new issue.

SEEKER DOWNLOAD

Comments