Coder Social home page Coder Social logo

tdos-call-flooder's Introduction

Open Source Love

TDoS Call Flooder : Soup-Js

Note: I am not responsible for malicious activity that can be brought upon by this service. This project was forked due only by my own interest.

Description

This type of attack is reffered to as a TDoS or Telephony Denial of Service attack.

Version

2.0.0.0

Prerequisites

Installation

  1. clone the repo
  2. yarn install

Usage

Ensure you have a .env set with the following:

TWILIO_ACCOUNT_SID='<FILL IN SID>' 
TWILIO_AUTH_TOKEN='<FILL IN AUTH TOKEN>'
MSG_SID='<MESSAGE SERVICE SID>'
TWILIO_TWIML='<TWIML VOICE MESSAGE>'

MSG_SID is used for text
TWILIO_TWIML is used for calls
❯ yarn start --help
yarn run v1.22.10
$ node flood --help
Usage: flood [options]

Options:
  -t, --target <string>     target number where messages and media will be delivered
  -a, --action <string>     call or sms (default: "call")
  -n, --numbers <items>     numbers to use; comma separated
  -i, --instances <string>  number of call/sms instances to deliver (default: "unlimited")
  -d, --delay <string>      delay between calls/sms in seconds (default: "10")
  -m, --message <string>    message to send for sms
  -l, --imageLink <string>  media to send for mms (link)
  -h, --help                display help for command

Examples

This will call the target number twice and speak the text the TWILIO_TWML url points to

yarn start --target 0001112222 --numbers 9998887777 --instances 2 --action call

This will send an SMS text to the target number twice with the message "I like trains"

yarn start --target 0001112222 --numbers 9998887777 --instances 2 --action sms --message "I like trains"

This will send an MMS text to the target number with an image defined in the link

yarn start --target 0001112222 --numbers 9998887777 --instances 1 --action sms --imageLink https://c1.staticflickr.com/3/2899/14341091933_1e92e62d12_b.jpg

This will send an MMS text to the target number with the message "lol" and an image defined in the link

yarn start --target 0001112222 --numbers 9998887777 --instances 1 --action sms --message "lol" --imageLink https://c1.staticflickr.com/3/2899/14341091933_1e92e62d12_b.jpg

Authors

  • Ethan Wessel - Custom Version
  • Misanya Liu - NodeJs Version - Misanya
  • Justin Faler - Initial work - Jfaler

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

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.