The Geolocation-Tracker Toolkit is to obtain the exact location of a user using an fake maps page through ngrok fowarding.
xterm, apache2, unzip, php-curl
installation:
sudo apt install xterm
sudo apt install apache2
sudo apt install unzip
sudo apt-get install php-curl
First unzip ngrok:
unzip ngrok.zip
Then make tracker.sh executable and start the program with sudo privileges:
chmod +x tracker.sh
sudo ./tracker.sh
There will be 2 windows popping up:
Lifeview of logsfile | ngrok server status |
---|---|
After someone opend the url, you'll se several information of the victim | |
(proxy example, not our address) |
The coords shown are summarized under "Google Maps", you can see the geolocation on a map if you visit the printed url under this tag,
tracking will only work if you use the https secure web protocol (second link on ngrok), because geolocating is not allowed with the http protol, but it is with https
if you want to get an ngrok plan for unlimited server uptime, visit ngrok, sign up there, and activate your ngrok with the command
./ngrok authtoken YOURAUTHTOKEN
ngrok RESPONSE:
Authtoken saved to configuration file: /home/user/.ngrok2/ngrok.yml
The authtoken will be shown as soon as youre signed up under setup. After that, you'll see, that ngrok always opens with:
DISCLAIMER: THIS IS FOR EDUCATIONAL PURPOSES ONLY! NO LIABILITY FOR ILLEGAL USE IS ASSUMED!
© 2021 Copyright by LukeProducts