olegberman / mitm-omegle

Watch strangers talk on Omegle (man in the middle attack explained for kids)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mitm-omegle

Watch random strangers talk 😂

How does this work?

A chart like such should explain: chart

How do I run this?

First of all, don't forget to change the interests. Go into index.coffee and put in interests that you want your stranger to chat about.

  interests: ['Toronto', 'New York', 'Texas']

After all do:

npm install coffee-script -g
npm install nodemon -g
git clone https://github.com/olegberman/mitm-omegle.git
cd mitm-omegle
npm install
nodemon index.coffee

Enjoy

P.S. I'm not responsible for your actions.

About

Watch strangers talk on Omegle (man in the middle attack explained for kids)


Languages

Language:CoffeeScript 100.0%