jgmdev / ddos-deflate

Fork of DDoS Deflate with fixes, improvements and new features.
Other
760 stars 262 forks source link

Update readme #75

Closed K-Faktor closed 4 years ago

K-Faktor commented 4 years ago

sudo apt install dnsutils sudo apt-get install tcpdump sudo apt-get install dsniff -y sudo apt install grepcidr

jgmdev commented 4 years ago

Could you create a separate subsection for this instructions before the Installation section and leave the installation section as it was before? Something like:

Dependencies

The installation script has some support to automatically install the required dependencies but, it may fail to install some or all of them. You may want to manually install the required dependencies before proceeding to installation as listed below on the subsection of your linux distro.

Ubuntu

sudo apt install dnsutils
sudo apt-get install net-tools
sudo apt-get install tcpdump
sudo apt-get install dsniff -y
sudo apt install grepcidr

Installation

original installation instructions...

K-Faktor commented 4 years ago

corrected the description