soup
soup copied to clipboard
☎️ Original open source call flooder using Twilio's API.
Soup
Open source call flooder using Twilio's API.
📝 Table of Contents
- Introduction
- Description
- Scenarios
- Prerequisites
- Installation
Translations
:memo: Available Translations: 🇬🇷 ελληνικά | 🇫🇷 Français | 🇰🇷 한국어 | 🇨🇳 普通話 | 🇹🇼 台灣話 | 🇲🇽 Español | 🇹🇷 Türkçe | 🇩🇪 Deutsch | 🇮🇹 Italiano | 🇮🇳 हिन्दी | Arabic | 🇵🇹 Português | 🇷🇺 Русский язык | 🇯🇵 日本語 | 🇻🇳 tiếng việt
Description
This type of attack is referred to as a TDoS or Telephony Denial of Service attack.
🎈 Scenarios
- Distributed stress testing
- Live testing
- Prove the new system is stable and find bugs that only occur in the real world
- Regression testing
- Performance comparison
🔧 Prerequisites
-
Sign up https://www.twilio.com/try-twilio
-
For Microsoft Visual Studio 2015+ run
Install-Package Twilio
in NuGet Package Manager console.
🚀 Installation & Deployment
-
Sign up with Digital Ocean
- Choose Ubuntu 18.04 LTS
-
ssh root@replace_this_with_your_domain_or_ipaddress
-
sudo git clone https://github.com/Jfaler/soup
-
cd /soup/Python
-
python3 ./flood.py
TODO
- Nodejs implementation
- Tutorial
- Login
✍️ Authors
-
Justin Faler - Initial work - Jfaler
-
Zachary Scally - Initial work - zscally
-
Jesse Morgan - Initial work - morgajel
See also the list of contributors who participated in this project.
Contributing
- Star & Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Getting Involved
Want to report a bug, request a feature, contribute or translate Soup?
- Browse our issues, comment on proposals, report bugs.
- Clone the Soup repo, make some changes according to our development guidelines and issue a pull-request with your changes.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.