You can track the location of your smartphone/pc and GPS.
This tool hosts an imposter website that uses an iframe. If the target permits it, it will retrieve the GPS location (latitude/longitude)
for the target, along with IP Address
, and Device Info
.
This is an educational tool and is not intended to be used for any other purpose than proof of concept.
This tool will allow you to find out the information that a malicious site can collect about you and your devices. It also explains why you should not click random links, or give permissions such as Location.
On link click
It will automatically retrieve the device and IP address information. If location permission is granted, it will retrieve the exact coordinates of the target.
Beware of Limitations
The browser will not function on phones or laptops with broken GPS or # browsers that block Javascript #, or if the user mocks the GPS location. Auto block location permission in Safari. Brave allows you to block location permission. Firefox. After a recent update, this browser has become very strange. It does allow location permissions but is not precise. Chrome browser is the best. Location accuracy will be better if this is used on a smartphone.
Location by IP vs. GPS
Geographic location calculated using IP addresses is not accurate. # It does not give the exact location of the target. It provides an approximate location for the ISP (Internet service providers) instead.
+ GPS can fetch exact location information because it uses latitude and longitude coordinates. @@ After location permission has been granted, @@ accurate location information will be recieved within 20-30 meters from the location of the user. # It's nearly exact location
Installation
git clone https://github.com/spyboy-productions/r4ven.git
Cd r4ven
pip3 installation -r needs.txt
python3 r4ven.py
Enter your webhook URL for discord (create a channel on your server using webhook integration).
If you don’t have a discord account, create one and it will be free.