seeker termux tool – Hello guy’s in this article we are going to discuss how to find smartphoneย locationย with social engineering attacks.
What is the Seeker termux tool?
Requirements
- Android 5.0 and above version
- Termux
- Ngrok
- Python
Feature of Seeker
- Longitude
- Latitude
- Accuracy
- Altitude – Not always available
- Direction – Only available if a user is moving
- Speed – Only available if a 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
The 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 Server to generate a link which we will forward to the target, the 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 the 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 permission, the Accuracy of the information received is accurate to approximately 30 meters, Accuracy Depends on the Device.
NOTE:
Tested platform
- Kali Linux
- BlackArch Linux
- Ubuntu
- Kali Nethunter
- Termux
- Parrot OS
How to download and install the Seeker termux tool?
Step 1:
pkg install git
Linux
sudo apt install git
Step 2:
git clone https://github.com/thewhiteh4t/seeker.git
Step 3:
cd seeker
Step 4:
Now you type this below command this command will help you to install the seeker tool in your termux or Linux.
Termux
bash termux_install.sh
Linux
bash install.sh
Step 4:
python3 seeker.py -t manual
Step 5:
http://127.0.0.1:8080
The above link only works on the same wifi connection if you need out of network you need to run ngrok in your terminal if you run means you get a link. share that link to the 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.
[…] 6. Seeker […]