Home Page Track The Exact Location
Track The Exact Location
Track the exact location using seeker tool in Termux
Friends, worrying and doubting are both aspects of our life. Sometimes we track the location of our close relatives due to worry and sometimes we track the location of our relatives due to some doubt, so this post is related to that. For Track The Exact Location We Need Seeker Tool In Termux. Here is how to install Seeker in Termux. Now let’s move ahead with it.
Seeker command:
apt update
apt upgrade
pkg install git php curl python
pkg install openssh
pkg install python2
git clone https://github.com/himal9626/seeker.git
ls
cd seeker
ls
chmod +x *
ls
bash termux-install.sh
After installing seeker tool in termux type
python3 seeker.py -t manual
It starts executing the seeker and it shows like this
After executing it , swipe from left and select create a new session option to create a:
New Session
After creating a new session type the Command below
./ngrok http 8080
( NOTE : Before Running This Command Turn Your HOTSPOT ON )
After typing this command it will show like this Just copy the given URL
And add /nearyou/ at the end of the copied URL and send it to the victim to whose location you want to know
When the victim clicks the link he will be directed this page and when the user press continue option
It will ask for location permission and when user gives allow you’ll get the location in your terminal orelse you won’t get the location
When you see the terminal you can get the details of the victim and his exact location comes with Google map link copy that and paste in your browser to see the exact location in Map .
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 multiple factors which you may or may not control such as :
- Device – Won’t work on laptops or phones which have broken GPS
- Browser – Some browsers block javascripts
- GPS Calibration – If GPS is not calibrated you may get inaccurate results and this is very common
Templates:
Available Templates :
- NearYou
- Google Drive
- Telegram
Other Creator:
git clone https://github.com/thewhiteh4t/seeker.git
cd seeker/
pkg update
pkg install python php
pip3 install requests
Docker
docker pull thewhiteh4t/seeker
Usage
python3 seeker.py -h
Usage: seeker.py [-h] [-s SUBDOMAIN]
Optional Arguments:
-h, –help -show this help message and exit
-k KML, –kml -Provide KML Filename ( Optional )
-p PORT, –port -Port for Web Server [ Default : 8080 ]
-t TUNNEL, –tunnel -Specify Tunnel Mode [ Available : manual ]
Usage Examples:
Step 1: In first terminal
python3 seeker.py -t manual
Step 2: In second terminal start a tunnel service such as ngrok
./ngrok http 8080
Options:
Ouput KML File for Google Earth
python3 seeker.py -t manual -k <filename>
Use Custom Port
python3 seeker.py -t manual -p 1337
./ngrok http 1337
Docker Usage:
Step 1:
docker network create ngroknet
Step 2:
docker run –rm -it –net ngroknet –name seeker thewhiteh4t/seeker python3 seeker.py -t manual
Step 3:
docker run –rm -it –net ngroknet –name ngrok wernight/ngrok ngrok http seeker:8080
Discover more from MNS.Code.Blog
Subscribe to get the latest posts sent to your email.
