Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T14:22:08.000Z (over 1 year ago)
- Last Synced: 2024-04-24T13:41:42.539Z (7 months ago)
- Topics: chat, hack, man-in-the-middle, omegle
- Language: CoffeeScript
- Homepage:
- Size: 863 KB
- Stars: 147
- Watchers: 12
- Forks: 32
- 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:
![chart](https://cloud.githubusercontent.com/assets/6267340/9078160/f591dd3a-3b07-11e5-88c7-aef8967e04fb.png)### 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.