Good day, friends, I want to warn you right away that this article was written for informational purposes only, so that each user has the opportunity to protect themselves from this. I in no way urge anyone to do this.
Necessary tools for work:
Seeker is a script that actually calculates the location of a person. This is possible after the victim clicks on a specially created link; the script also uses ngrok in itself. This script uses several programming languages to work at once, which help it to get information about any user with incredible data accuracy.
Seeker creates a fake site and uses ngrok at the same time, which will ask the user for permission to post, if the user agrees with this, then after that you can receive the following information about him:
Also, in addition to information about the whereabouts of a person, you can also get hardware information without having any additional permissions from him. Namely:
Installation:
Kali Linux
Termux
Launch:
We are waiting for the loading of ngrok
Copy link.
We go to any portal to shorten links.
For example https://bitly.com/
We shorten the link so that it is less faint and throw it to the victim.
Now the only thing you need to do is wait for the person to click on the link you generated and give permission for geolocation accordingly.
After that, you will immediately receive data about his location, as well as about his device. You can use geolocation data in the same Google Maps.
Necessary tools for work:
- Kali Linux / Termux
- Seeker
Seeker is a script that actually calculates the location of a person. This is possible after the victim clicks on a specially created link; the script also uses ngrok in itself. This script uses several programming languages to work at once, which help it to get information about any user with incredible data accuracy.
Seeker creates a fake site and uses ngrok at the same time, which will ask the user for permission to post, if the user agrees with this, then after that you can receive the following information about him:
- Longitude
- Latitude
- Accuracy
- Height (however, may not always work)
- Direction (only works when the user is in motion)
- Speed (also works only when the user is in motion)
Also, in addition to information about the whereabouts of a person, you can also get hardware information without having any additional permissions from him. Namely:
- OS
- Platform
- # Of CPU cores
- RAM capacity
- Screen resolution
- Graphics card information
- Browser name and version
- IP address
Installation:
Kali Linux
Code:
git clone https: /github.com/thewhiteh4t/seeker.git
cd seeker /
chmod 777 install.sh
./install.sh
Termux
Code:
git clone https://github.com/thewhiteh4t/seeker.git
cd seeker /
chmod 777 termux_install.sh
./termux_install.sh
Launch:
Code:
-python seeker.py
We are waiting for the loading of ngrok
Copy link.
We go to any portal to shorten links.
For example https://bitly.com/
We shorten the link so that it is less faint and throw it to the victim.
Now the only thing you need to do is wait for the person to click on the link you generated and give permission for geolocation accordingly.
After that, you will immediately receive data about his location, as well as about his device. You can use geolocation data in the same Google Maps.