how to perform call flooding attack tutorial


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-latest.tar.gz
  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/Call-Flooder
  3. cd call-flooder
  4. npm install twilio
  5. node bot.js

Follow me:
Twitter: https://twitter.com/xKaliSec
Facebook: https://www.fb.com/KaliTut


▶️ DTube
▶️ IPFS
H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now