Skip to content

This script is to get other user's geolocation by IP, Wireshark is required for this to work.

Notifications You must be signed in to change notification settings

CyborgCodes/GeoLocationTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

JavaScript-wireshark-geolocate

A script to geolocate people on streaming media using Wireshark/tshark and the geoip-lite module. Tested on Ometv.

I created this script to experiment using wireshark. It's for educational/harmless purposes only. Please don't try to use it to stalk or scare people.

Instructions

Install Wireshark

Make sure the cmd path is pointing to your Wireshark Folder correctly:

// Define the command you want to run
const cmd = `"C:\\\\Program Files\\\\Wireshark\\\\tshark.exe" -i Wi-fi -Y "stun && ip.src != ${myIp}"`;

Npm install the modules below and run node index.js in your terminal in the project's directory to run the script.

Modules

geoip-lite

my-ip

About

This script is to get other user's geolocation by IP, Wireshark is required for this to work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published