DDOS tool - mod_dosevasive

DDos Prevention tool
I havent installed as I dont know where and how, but I was wondering if anyone has used this and if so what are your comments?

If anyone wants to install I copied the install file and the url of the file

I think a combination of
BFD
APF
might work well with the tool


WHAT IS THIS TOOL USEFUL FOR?

This tool is *excellent* at fending off small to medium-sized request-based
DoS attacks or script attacks and brute force attacks. Its features will
prevent you from wasting bandwidth or having a few thousand CGI scripts
running as a result of an attack. When used in conjunction with other
preventative measures such as router blackholing, this tool is very
effective against larger DDoS attacks as well.

If you do not have an infrastructure capable of fending off any other types
of DoS attacks, chances are this tool will only help you to the point of
your total bandwidth or server capacity for sending 403's. Without a solid
infrastructure and DoS evasion plan in place, a heavy distributed DoS will most
likely still take you offline.

wget http://www.nuclearelephant.com/proje...ive.1.9.tar.gz


HOW TO INSTALL

APACHE v1.3
-----------

Without DSO Support:

1. Extract this archive into src/modules in the Apache source tree

2. Run ./configure --add-module=src/modules/dosevasive/mod_dosevasive.c

3. make, install

4. Restart Apache

With DSO Support, Ensim, or CPanel:

1. $APACHE_ROOT/bin/apxs -iac mod_dosevasive.c

2. Restart Apache

APACHE v2.0
-----------

1. Extract this archive

2. Run $APACHE_ROOT/bin/apxs -i -a -c mod_dosevasive20.c

3. The module will be built and installed into $APACHE_ROOT/modules, and loaded into your httpd.conf

4. Restart Apache

 

 

 

 

Top