R4Ven | Track Ip And GPS Location

  • You Must Read our New Rules and Guidelines (HERE)

Ruchika oberoi

Administrator
Staff member
Mar 27, 2022
4,949
132
63
6b696e636172655f43616e7661735f42616e6e65722e706e67

Track User’s Smartphone/Pc Ip And Gps Location.​

The tool hosts a fake website which uses an iframe to display a legit website and, if the target allows it, it will fetch the Gps location (latitude and longitude) of the target along with IP Address and Device Information.

This tool is a Proof of Concept and is for Educational Purposes Only.​

Using this tool, you can find out what information a malicious website can gather about you and your devices and why you shouldn’t click on random links or grant permissions like Location to them.


On link click​

  • it wil automatically fetch ip address and device information ! if location permission allowed, it will fetch exact location of target.

Limitation​

  • It will not work on laptops or phones that have broken GPS, # browsers that block javascript, # or if the user is mocking the GPS location.

IP location vs GPS location​

  • Geographic location based on IP address is NOT accurate, # Does not provide the location of the target. # Instead, it provides the approximate location of the ISP (Internet service provider)
  • GPS fetch almost exact location because it uses longitude and latitude coordinates. @@ Once location permission is granted @@ # accurate location information is recieved to within 20 to 30 meters of the user’s location. # (it’s almost exact location)

OS compatibility :​



Requirements:​



⭔ Installation​


git clone

cd r4ven

pip3 install -r requirements.txt

python3 r4ven.py

enter your discord webhook url (set up a channel in your discord server with webhook integration)



if not have discord account and sever make one, it's free.

You must be registered for see images

652f40427e1f5186ad54836074898279

Discord is the easiest way to talk over voice, video, and text. Talk, chat, hang out, and stay close with your friends and communities.




Round pushpin Track info data will be sent to your discord webhook channel.

  • why discord webhook? Conveniently, you will receive a notification when someone clicks on the link.

⭓ To chnage website template​

  • open file index.html on line 12 and replace the src in the iframe. (Note: not every website support iframe)

⭓ To port forward install ngrok or use ssh​

  • For ngrok port forward type: ngrok http 8000
  • For ssh port forwarding type: ssh -R 80:localhost:8000 ssh.localhost.run

Speech balloon If having issue

3439353236353333303239383937332f656d6265642e706e67 1

⭔ Snapshots​


322d30352d32375f61745f332e33392e33335f414d2e706e67 6

322d30352d32375f61745f332e34302e31395f414d2e706e67 4

322d30352d32395f61745f352e35352e34385f504d2e706e67

322d30352d32395f61745f362e30352e34345f504d2e706e67

GitHub:​

You must be registered for see images

R4ven

Track ip and gps Location. Contribute to spyboy-productions/r4ven development by creating an account on GitHub.