https://github.com/olegberman/mitm-omegle
Watch strangers talk on Omegle (man in the middle attack explained for kids)
https://github.com/olegberman/mitm-omegle
chat hack man-in-the-middle omegle
Last synced: about 1 year ago
JSON representation
Watch strangers talk on Omegle (man in the middle attack explained for kids)
- Host: GitHub
- URL: https://github.com/olegberman/mitm-omegle
- Owner: olegberman
- Created: 2015-08-03T21:38:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T14:22:08.000Z (about 3 years ago)
- Last Synced: 2024-11-20T06:34:15.469Z (over 1 year ago)
- Topics: chat, hack, man-in-the-middle, omegle
- Language: CoffeeScript
- Homepage:
- Size: 863 KB
- Stars: 149
- Watchers: 12
- Forks: 31
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **77**星
README
## mitm-omegle
**Watch random strangers talk 😂**
#### How does this work?
A chart like such should explain:

### 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.