This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.
in this tutorial, we will learn How to perform Call Flooding Attack using
Kali Linux
Twilio Account
Textnow Number
a 10 min Email
First of all you need to get nodejs
Those are the commands use them in the terminal
- apt-get install python g++ make checkinstall fakeroot
- src=$(mktemp -d) && cd $src
- wget -N http://nodejs.org/dist/node-latest.tar.gz
- tar xzvf node-latest.tar.gz && cd node-v*
- ./configure
- fakeroot checkinstall -y --install=no --pkgversion $(echo $(pwd) | sed -n -re's/.+node-v(.+)$/\1/p') make -j$(($(nproc)+1)) install
- dpkg -i node_*
Those are the commands used in the video
- pip install twilio
- git clone https://github.com/wtsxDev/Call-Flooder
- cd call-flooder
- npm install twilio
- node bot.js
Follow me:
Twitter: https://twitter.com/xKaliSec
Facebook: https://www.fb.com/KaliTut
▶️ DTube
▶️ IPFS