Jump to content


- - - - -

Install DDos Deflate on Centos


  • Please log in to reply
No replies to this topic

#1 Pirate Tony

Pirate Tony

    Advanced Member

  • Members
  • PipPipPip
  • 291 posts

Posted 02 July 2016 - 12:05 PM

(D)DoS Deflate is a lightweight bash shell script designed to assist in the process of blocking a denial of service attack. It utilizes the command below to create a list of IP addresses connected to the server, along with their total number of connections.

    netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n

How To Install (D)DoS Deflate :

wget http://www.inetbase.com/scripts/ddos/install.sh
chmod 0700 install.sh
./install.sh

How To UnInstall (D)DoS Deflate :

wget http://www.inetbase.com/scripts/ddos/uninstall.ddos
chmod 0700 uninstall.ddos
./uninstall.ddos

How To Edit Configuration File :

    vi /usr/local/ddos/ddos.conf

How To Check The Number Of Connected Ips:-

    sh /usr/local/ddos/ddos.sh

How To Restart DDos Deflate:

    sh /usr/local/ddos/ddos.sh -c

 

 

 






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users