Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 854 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 854 Bytes

omegle-sniff 💻

Python

A command line tool to capture IP addresses and geolocation data from Omegle. Also, allows you to save a stranger's IP along with a nickname which will be stored in a strangers.json file.

📌 Installation

git clone https://github.com/milesrack/omegle-sniff.git
cd omegle-sniff
pip3 install -r requirements.txt

📌 Usage

python3 omegle-sniff.py

This will require and API key from ipgeolocation. Simply sign up for their service and paste your API key into the API_KEY variable on line 10.

NOTE: This tool is for educational purposes only. Do not use this to harass or threaten other individuals.