How to perform call flooding attack tutorial

In this tutorial, we will learn How to perform Call Flooding Attack using Kali Linux

  1. Twilio Account
  2. Textnow Number
  3. 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
    1. src=$(mktemp -d) && cd $src
    1. wget -N http://nodejs.org/dist/node-latest.ta
    1. tar xzvf node-latest.tar.gz && cd node-v*
    1. ./configure
    1. fakeroot checkinstall -y --install=no --pkgversion $(echo $(pwd) | sed -n -re’s/.+node-v(.+)$/\1/p’) make -j$(($(nproc)+1)) install
    1. dpkg -i node_*

Those are the commands used in the video

9 Likes