Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roo7k1d/jitsi-meet-raider
For raiding Jitsi Meet conferences with bots with features like earrape, chat spam and synced spoofed camera feed.
https://github.com/roo7k1d/jitsi-meet-raider
bot jitsi jitsi-meet nodejs pentester spammer stresser zoom
Last synced: 1 day ago
JSON representation
For raiding Jitsi Meet conferences with bots with features like earrape, chat spam and synced spoofed camera feed.
- Host: GitHub
- URL: https://github.com/roo7k1d/jitsi-meet-raider
- Owner: Roo7K1d
- Created: 2021-03-11T19:28:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T10:53:23.000Z (9 months ago)
- Last Synced: 2024-04-17T15:13:16.890Z (7 months ago)
- Topics: bot, jitsi, jitsi-meet, nodejs, pentester, spammer, stresser, zoom
- Language: JavaScript
- Homepage: https://rootk1d.xyz
- Size: 21.9 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
For raiding Jitsi Meet conferences with bots with features like earrape, chat spam and synced spoofed camera feed.
Report a Bug | Request a New Feature | Help Develop This Project | Fund Me
Loved the project? Please consider giving a star :)
WARNING: THIS IS FOR EDUCATIONAL PURPOSES ONLY! I AM NOT RESPONSIBLE FOR ANY DAMAGE OR DISTURBANCE RESULTING FROM THIS!
NOTE: THIS SCRIPT ONLY WORKS FOR JITSI MEET AND NO OTHER VIDEO CONFERENCE SOFTWARES LIKE ZOOM OR BIGBLUEBUTTON!
## Installation Guide
- Download the ZIP folder
- Download [NodeJS](https://nodejs.org/en/download/)
- Execute `npm i` in the downloaded folder
- In `config.json` you can adjust everything to your liking:
```
{
"url": "YourJitsiMeetURL", //Your Jitsi Meet URL (e.g. "https://meet.jit.si/Test123Max12")
"numberofbots": 5, //The number of bots you want to join
"haspassword": false, //If Jitsi meeting uses password
"password": "YourJitsiMeetPassword", //The meeting password if "haspassword" = true
"message": "YourCustomMessage", //The custom message you want the bots to send
"writemessage": true, //Should the bots send messages?
"raisehands": true, //Should the bots raise their hands on join?
"userandomnames": true, //Uses randomly generated bot usernames (if false - see "customname")
"customname": "YourCustomBotsName", //The name you want the bots to have
"playvideo": true, //Should the bots play the Welcome To The Game skull as spoofed cam?
"playaudio": true //Should the bots play the Purge siren as spoofed mic?
}
```
- (If you download the source code: Download `hacked.y4m` from [here](http://rootk1d.xyz/github/jitsi/hacked.y4m) & `black.y4m` from [here](http://rootk1d.xyz/github/jitsi/black.y4m) and move them into the `media` folder)
- Execute `node index.js` to run the script
- Done!
## Demo
[![Preview.png](http://rootk1d.xyz/github/jitsi/screenshot.png)](https://www.youtube.com/watch?v=HJ_AXiK7gyo)
Click on the image to watch the [YouTube video](https://www.youtube.com/watch?v=HJ_AXiK7gyo) i made on this project.
## Support
I will not teach you how to code or edit basic JSON files. Just use Google if you need help with that.
For support you can create an issue [here on GitHub](https://github.com/rootk1d/jitsi-meet-raider/issues) or you can join my [Discord](https://discord.gg/QQaWvMkFbs).
## Features
- Join a Jitsi Meeting with multiple bots
- Spam the text chat
- Siren sound voice chat spam
- "Come forward" button spam
- "Welcome to the Game" skull fake camera
## Feedback
Feedback is great! If you have a suggestion or request, create an issue! Smilarly, if you have any issues, use the issue tab to let us know.
## Copyright
You are not allowed to remove any part of the footer. That includes all of the info about the copyright. If you wish to remove that info feel free to contact me on my [Discord](https://discord.gg/QQaWvMkFbs)
## Todo (See Issues with tag "help wanted")
- Ability to use proxies
- Direct message spam
- Better console logging
## Contributing
You can help develop this project by doing some things of the todolist and making a pull request. If you have some even better ideas on how this project can be improved you can also make a pull request.
## License
This repo is licensed under MIT. For more information see file "LICENSE".