LOIC Attack
- 
    Clone the repository from LOIC GitHub 
- Add the Mono (C# runtime implementation) repository to the system
    $ sudo apt install apt-transport-https dirmngr $ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF $ echo "deb https://download.mono-project.com/repo/ubuntu vs-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-vs.list $ sudo apt update
- Install monodevelop
    $ sudo apt-get install monodevelop
- cd to the LOIC directory and install LOIC
    $ bash ./loic.sh install
- Run LOIC
    $ bash ./loic.sh run
- 
    Set the target IP address and port 
- Start the attack