Skip to content

daniieljc/omegle-geolocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

omegle-geolocation

CodeQL

REQUIREMENTS

$ pip3 install maxminddb-geolite2

HOW TO USE

If your network interface is ethernet

cmd = r"C:\Program Files\Wireshark\tshark.exe -i ethernet"

You can list all your interfaces by running this in the cmd

"C:\Program Files\Wireshark\tshark.exe" --list-interfaces

If your interface is in position 6 put

cmd = r"C:\Program Files\Wireshark\tshark.exe -i 6"

START IT

$ py App.py

DEMONSTRATION

Imagen de prueba

based on https://github.com/crclayton/streamer-locator

About

Obtener dirección IP y geolocalizarla

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages