Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gill-singh-a/rtc-peer-connection-web-api-location-tracker
A JavaScript Program that gets the IP Address of the connected device using RTCPeerConnection Web API and getting its Geological Information using IPGeolocation's API
https://github.com/gill-singh-a/rtc-peer-connection-web-api-location-tracker
api ip iplocation javascript osint rtcpeerconnection
Last synced: about 1 month ago
JSON representation
A JavaScript Program that gets the IP Address of the connected device using RTCPeerConnection Web API and getting its Geological Information using IPGeolocation's API
- Host: GitHub
- URL: https://github.com/gill-singh-a/rtc-peer-connection-web-api-location-tracker
- Owner: Gill-Singh-A
- Created: 2023-10-14T14:08:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-25T00:36:12.000Z (about 1 year ago)
- Last Synced: 2024-11-09T13:23:19.625Z (3 months ago)
- Topics: api, ip, iplocation, javascript, osint, rtcpeerconnection
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RTC Peer Connection Web API Location Tracker
A JavaScript Program that gets the IP Address of the connected device using RTCPeerConnection Web API and getting its Geological Information using IPGeolocation's API.
## Usage
Open Console in your Browser and Paste the code written in **tracker.js**
## Output
It displays the Geological Information about the IP Address's Location that it got from IPGeolocation's API in the console.
### Note
* The location might not be correct
* It is just a program that displays the data that it got from the database of the given service.
* And it is also not live tracking of a device.
* You must replace **YOUR_API_KEY** on line 1 with your api key that you got from [IP Geolocation](https://ipgeolocation.io/)This also proves that how insecure it is to use RTC Peer Connection Web API without any Proxy or VPN.
Although there are limited things that someone can do by getting the IP Address of a device, but still it gives a step forward.