Carding
Professional
- Messages
- 2,871
- Reaction score
- 2,331
- Points
- 113
We will need for this case - the utility + the victim's click on our pre-prepared link.
Seeker is a utility that sets up the website on the Apache web server and using Ngrok creates a link clicking on which will be requested access to the geolocation, in case such access is granted, we receive the device's data is accessed and the coordinates of this device, in addition to immediately formed a link to Google Maps with a marker on the location of the device.
Link to github - https://github.com/thewhiteh4t/seeker
Now let's see how it works. Installing Seeker:
And launch:
Immediately after launching, Seeker will generate a link and wait for someone to click on this link
When we click on the link, we will see a site with an offer to search for friends around.
When you click the "Continue" button, the site will ask for permission to access geolocation, and as soon as such access is obtained, Seeker will show detailed data about the device and its location.
You will see: operating system data, browser version, country, region, city, and provider name, as well as longitude, latitude, location accuracy, altitude, and a link to Google Maps to visually see the location of certain coordinates.
Regarding the accuracy of detection: it detects desktop computers (and laptops) with an accuracy of 10-15 meters, Android phones-10-20 meters, iphone-60-70 meters
As you can see, the program works quite efficiently, it remains only to hand the person a link so that he does not suspect anything, but then everything will depend on your imagination and social engineering skills, and the program will do everything else itself.
This article is written for informational purposes only. We do not encourage you to do anything, but only tell you how to protect yourself from such actions on the part of intruders. We are not responsible for any harm caused to anyone or anywhere. If you decide to repeat any illegal actions, we recommend that you carefully set up comprehensive anonymity.
Seeker is a utility that sets up the website on the Apache web server and using Ngrok creates a link clicking on which will be requested access to the geolocation, in case such access is granted, we receive the device's data is accessed and the coordinates of this device, in addition to immediately formed a link to Google Maps with a marker on the location of the device.
Link to github - https://github.com/thewhiteh4t/seeker
Now let's see how it works. Installing Seeker:
Code:
git clone https://github.com/thewhiteh4t/seeker.git
cd seeker/
chmod 777 install.sh
./install.sh
And launch:
Code:
python3 seeker.py
Immediately after launching, Seeker will generate a link and wait for someone to click on this link

When we click on the link, we will see a site with an offer to search for friends around.

When you click the "Continue" button, the site will ask for permission to access geolocation, and as soon as such access is obtained, Seeker will show detailed data about the device and its location.

You will see: operating system data, browser version, country, region, city, and provider name, as well as longitude, latitude, location accuracy, altitude, and a link to Google Maps to visually see the location of certain coordinates.
Regarding the accuracy of detection: it detects desktop computers (and laptops) with an accuracy of 10-15 meters, Android phones-10-20 meters, iphone-60-70 meters
As you can see, the program works quite efficiently, it remains only to hand the person a link so that he does not suspect anything, but then everything will depend on your imagination and social engineering skills, and the program will do everything else itself.
This article is written for informational purposes only. We do not encourage you to do anything, but only tell you how to protect yourself from such actions on the part of intruders. We are not responsible for any harm caused to anyone or anywhere. If you decide to repeat any illegal actions, we recommend that you carefully set up comprehensive anonymity.