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 1) apt-get install python g++ make checkinstall fakeroot 2) src=$(mktemp -d) && cd $src 3) wget -N http://nodejs.org/dist/node...... 4) tar xzvf node-latest.tar.gz && cd node-v* 5) ./configure 6) fakeroot checkinstall -y --install=no --pkgversion $(echo $(pwd) | sed -n -re's/.+node-v(.+)$/\1/p') make -j$(($(nproc)+1)) install 7) dpkg -i node_*
Those are the commands used in the video 1) pip install twilio 2) git clone https://github.com/wtsxDev/... 3) cd call-flooder 4) npm install twilio 5) node bot.js