How to Install Seeker In Termux
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 :- 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
Tested On :
- Kali Linux
- BlackArch Linux
- Ubuntu
- Kali Nethunter
- Termux
- Parrot OS
Installation (Termux)
First open your Termux If Playstore termux is not working then click here
Then Type,
$ apt update && apt upgrade
$ pkg install git -y
$ pkg install php -y
$ pkg install openssh -y
$ pkg install wget -y
$ pkg install python -y
$ pkg install python2
$ git clone https://github.com/thewhiteh4t/seeker.git
$ cd seeker
$ chmod +x *
$ ls
$ python seeker.py -t manual
Then open a new session & remember you have ngrok installed in your termux
Then type ,
$ cd
$ ls
$ ./ngrok http 8080 ( To run ngrok & Turn on your mobile hotspot)
After Copy this link Send to your victim When victim click this link you can get His/her Device or Location information. You can see his/her Location in Google Map.(You have to copy the down link and paste it your browser)
Thank you ... Have a Nice Day
0 Comments