OSINT / Dox / Forensic Basics of digital surveillance. We calculate the location of a person with an accuracy of ~ 30 meters

Toffey

New member
Lucifer
Joined
Jul 20, 2022
Messages
7
Hellcoins
♆239
Hello everyone, dear friends!
Today I decided to tell you about how you can track the location of any person with an accuracy of up to 30 meters. This is the base, the basics of digital surveillance. Easier for beginners .

We will need:
  1. Kali Linux
  2. Seeker
3ae93f5d313ca4c35104e.png



Seeker - Script for finding a person's location. By following links, ngrok is also used.

Seeker uses HTML5, Javascript, JQuery and PHP to capture device and geolocation information with high accuracy.

The accuracy of the received information is from 1 to 30 meters.

How the Seeker works:


It hosts a fake website on Apache Server and uses Ngrok which asks permission to host, and if the user allows it, we can get:
  • The length.
  • Latitude.
  • Accuracy.
  • Height - not always available.
  • Direction - Only available if the user is moving.
  • Speed - Only available if the user is moving.

Along with location information, we can also obtain device information without any permissions:
  • Operating system.
  • Platform.
  • The number of processor cores.
  • The amount of RAM - approximate results.
  • Screen resolution.
  • GPU information.
  • Browser name and version.
  • Public IP address.


Installation:
  • Opening the Kali terminal
  • We enter the commands:

You must reply before you can see the hidden data contained here.
 
Top