Posts

How to Locate Location using ip Address

You can Locate the Location using an IP Address. A tool is available for this, which can be used through Termux. That tool's name is Seeker. Seeker host phishing page to get victim credentials. With the help of Seeker, you will get the below details:

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

  • Unique ID using Canvas Fingerprinting
  • Device Model - Not always available
  • Operating System
  • Platform
  • Number of CPU Cores - Approximate Results
  • Amount of RAM - Approximate Results
  • Screen Resolution
  • GPU information
  • Browser Name and Version
  • Public IP Address
  • Local IP Address
  • Local Port

Install Seeker in Termux 

pkg update
pkg upgrade
pkg install git
git clone https://github.com/thewhiteh4t/seeker.git
cd seeker
pkg install python php
pip3 install requests
python3 seeker.py -h
That's it. If you like the whole tutorial, then comment below.

1 comment

  1. I love it