Code Monkey home page Code Monkey logo

soup's Introduction

Soup


Open source call flooder using Twilio's API.

Open Source Love

📝 Table of Contents

Translations

📝 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

🚀 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

  1. Nodejs implementation
  2. Tutorial
  3. 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

  1. Star & Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. 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.

soup's People

Contributors

jfaler avatar jjones212 avatar morgajel avatar zscally avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

soup's Issues

Propose logo

Hi @Jfaler . I'm a graphic designer and an open source enthusiast. I would like to contribute to your awesome project by proposing a logo design for it if you allow me. I'll be doing it as a gift for free to your awesome project. Im waiting your response. Thanks
Best regard.
Mirza Zulfan.

dont understand

what does it mean when it says "Open source call flooder written in C# using Twilio API."?

i have proplem

i have proplem

i dont know how can use script can you help me plz

Having issue with missing App.config

When I build it in VS I get

        Application Configuration file "App.config" is invalid. Could not find file 's:\Programming\soupspam\App.config'.
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 's:\Programming\soupspam\soup.csproj'.
s:\Programming\soupspam\soup.csproj

Just like this issue #14

Instructions Not Clear

Please help me, the instructions are very unclear, can you edit readme.md to include better instructions.

C:\Users\TheAwesomeM2\Desktop\soup-master\App.config

Severity Code Description Project File Line Suppression State
Error Application Configuration file "App.config" is invalid. Could not find file 'C:\Users\TheAwesomeM2\Desktop\soup-master\App.config'. soup C:\Users\TheAwesomeM2\Desktop\soup-master\App.config

any solusions

Module twilio issue

from twilio.rest import Client.
You miss twilio.
I decided to add something above
import twilio
still having issue. :/

I'm trying to build it via MSBuild but it always fails.

Here's the log of msbuild.exe soup.csproj:

Microsoft (R) Build Engine version 4.7.2556.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 12/25/2017 12:43:41 PM.
Project "C:\Users\Trawa\soup\soup.csproj" on node 1 (default targets).
Project file contains ToolsVersion="15.0". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVe
rsion for policy reasons. Treating the project as if it had ToolsVersion="4.0". For more information, please see http://go.microsoft.com/fwlink/?LinkId=291333.
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.2" were not found. To resolve this, install the SDK or Targeting Pack for
 this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in pl
ace of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Users\Trawa\soup\soup.csproj]
App.config : error MSB3249: Application Configuration file "App.config" is invalid. Could not find file 'C:\Users\Trawa\soup\App.config'. [C:\Users\Trawa\soup\soup.csproj]
Done Building Project "C:\Users\Trawa\soup\soup.csproj" (default targets) -- FAILED.


Build FAILED.

"C:\Users\Trawa\soup\soup.csproj" (default target) (1) ->
(GetReferenceAssemblyPaths target) ->
  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.2" were not found. To resolve this, install the SDK or Targeting Pack f
or this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in
place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Users\Trawa\soup\soup.csproj]


"C:\Users\Trawa\soup\soup.csproj" (default target) (1) ->
(ResolveAssemblyReferences target) ->
  App.config : error MSB3249: Application Configuration file "App.config" is invalid. Could not find file 'C:\Users\Trawa\soup\App.config'. [C:\Users\Trawa\soup\soup.csproj]

    1 Warning(s)
    1 Error(s)

Time Elapsed 00:00:00.71

Btw I'm doing it via MSBuild just because I don't want to install Visual Studio because I'm low on disk space.

Missing .csproj file.

Please upload the .csproj file for Visual Studio as this may allow easier building for cross platform capabilities using the mono project's xbuild*.
(GNU/Linux and OSX/MacOS support)

*or consider a mono port.

release build

Could you all package a release for download, or maybe provide a linux version ?

I'm looking to create a call flooder but I don't want to start over from scratch.

No Idea what is happening... [Closed]

3 Different Errors

Severity Code Description Project File Line Suppression State
Warning The currently targeted framework ".NETFramework,Version=v4.0,Profile=Client" does not include "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which the referenced assembly "Twilio, Version=5.6.0.0, Culture=neutral, processorArchitecture=MSIL" depends on. This caused the referenced assembly to not resolve. To fix this, either (1) change the targeted framework for this project, or (2) remove the referenced assembly from the project. soup
Warning

The currently targeted framework ".NETFramework,Version=v4.0,Profile=Client" does not include "System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" which the referenced assembly "Twilio, Version=5.6.0.0, Culture=neutral, processorArchitecture=MSIL" depends on. This caused the referenced assembly to not resolve. To fix this, either (1) change the targeted framework for this project, or (2) remove the referenced assembly from the project. soup
Warning

The currently targeted framework ".NETFramework,Version=v4.0,Profile=Client" does not include "System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" which the referenced assembly "JWT, Version=1.3.3.0, Culture=neutral, processorArchitecture=MSIL" depends on. This caused the referenced assembly to not resolve. To fix this, either (1) change the targeted framework for this project, or (2) remove the referenced assembly from the project. soup

Edit - Figured it out, had a missing reference, duh. :P

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.