neo-call-flooder
neo-call-flooder copied to clipboard
Spam call phone numbers (FOR EDUCATIONAL PURPOSES ONLY)
neo-call-flooder
Spam call phone numbers using Twilio.
Disclaimer
For educational purposes only! Do not use this to spam call any number you don't own. I'm not responsible nor liable for any legal issue this may cause.
Installation
Requirements
- Node.js & NPM
- A Twilio account with:
- usable account credit
- a Programmable Voice API phone number
- a TwiML Bin (sample data found in
twiml.xml)
- A phone number to test it on (either your own or ask a friend for permission)
Install
$ git clone https://github.com/tycrek/neo-call-flooder && cd neo-call-flooder
$ npm i
$ cp default.env .env
Run
- Open
.envand add your information.- Target and source phone numbers should be in the format of
+12223334444 MAXis the desired maximum calls to make. Default is0which loops untilCTRL+Cis pressed.
- Target and source phone numbers should be in the format of
- Run
npm startto start the flooder. PressCTRL+Cto stop the flooder (or wait forMAX_CALLScalls to be placed).