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.
git clone https://github.com/milesrack/omegle-sniff.git
cd omegle-sniff
pip3 install -r requirements.txt
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.