• Stars
    star
    149
  • Rank 248,619 (Top 5 %)
  • Language
    CoffeeScript
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.