LiNuX-Mallu / Track-Em

GPS Location Tracer Using Malicious URL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track-Em

logo

GPS Location Tracer Using Malicious URL


ABOUT TRACK-EM

This Tool can be used to Trace location of an Android or ios or any other Devices which support Geolocation . We use Javascript Geolocation api along with django-framework for this attack . To know more about Geolocation api click here . Tool aimed on educational purpose any misuse from users are upto them .

Requirements

active internet connection

linux platform

hotspot needed if Termux


Installation (TERMUX/LINUX)


$ apt update && apt upgrade
$ apt install git python
$ git clone https://github.com/LiNuX-Mallu/Track-Em.git
$ cd Track-Em
$ pip install -r requirements.txt
$ python track.py

How To ?

- YOUTUBE TUTORIAL

- in PORT try a 4 digit port from range 8000 to 9000 .

- try different one if get "port already in use" error .

- wait until connect .

- send the public url to victim .

- you will get a Location red marked google map link once victim open the link .


Ngrok Tips

- we use pyngrok so no need to install ngrok separately .

- try turning on hotspot if you are using Termux .

- try running command "$ export USER=root " if facing "cant find home directory" warning .

- it is always better with authtoken . here is the command "$ pyngrok authtoken your_token "

About

GPS Location Tracer Using Malicious URL

License:Other


Languages

Language:Python 80.4%Language:HTML 19.6%