Skip to content

Script to find out the exact location of a person by faking a maps website

License

Notifications You must be signed in to change notification settings

LukeProducts/URLTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeolocationTracker

The Geolocation-Tracker Toolkit is to obtain the exact location of a user using an fake maps page through ngrok fowarding.

requirements:

xterm, apache2, unzip, php-curl

installation:

sudo apt install xterm
sudo apt install apache2
sudo apt install unzip
sudo apt-get install php-curl

Usage:

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
empty_00142 ngrok_00071
After someone opend the url, you'll se several information of the victim
RES(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,

IMPORTANT:

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

ngrok

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:

ngrok_authed_00000

DISCLAIMER: THIS IS FOR EDUCATIONAL PURPOSES ONLY! NO LIABILITY FOR ILLEGAL USE IS ASSUMED!

Build Status

© 2021 Copyright by LukeProducts

About

Script to find out the exact location of a person by faking a maps website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published