Seeker: deanon precise location and device

CarderPlanet

Professional
Messages
2,556
Reputation
7
Reaction score
586
Points
83
Hello everyone. I present to you the "Seeker" script.

Developer - thewhiteh4t

Developer page - thewhiteh4t / seeker

00fc6f7c-db53-4372-9899-6d0bbe59302d.png


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

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

The accuracy of the information received is accurate to about 30 meters.

Attention! On the iPhone, for some reason, the location accuracy is around 65 meters.

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

Along with location information, we may also obtain device information without any permission:
  • Operating system.
  • Platform.
  • The number of processor cores.
  • The amount of RAM is a rough estimate.
  • Screen resolution.
  • GPU information.
  • Browser name and version.
  • Public IP address

Installation and launch.
Code:
Run - python seeker.py

47414dd0-bbce-4c1f-86d5-b00f06103f56.png


The victim follows the generated link and allows access to the geolocation.

And we will see its location.

You can immediately open the Google map.

0d026eca-a5cc-41fe-a893-feea98df9c28.png


90825d83-4dda-4fe2-b561-7b66b4841cc1.png
 
Top