Mudanças entre as edições de "DDoS Deflate"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
(Nova página: cd /usr/src/utils mkdir ddos ; cd $_ wget http://www.inetbase.com/scripts/ddos/uninstall.ddos wget http://www.inetbase.com/scripts/ddos/install.sh instalar sh install.sh desinst...)
 
Linha 24: Linha 24:
 
* http://zedomax.com/blog/2009/08/17/web-server-hack-how-to-use-ddos-deflate-to-protect-against-dos-flooding/?gltr_lang=pt&gltr_from=client
 
* http://zedomax.com/blog/2009/08/17/web-server-hack-how-to-use-ddos-deflate-to-protect-against-dos-flooding/?gltr_lang=pt&gltr_from=client
 
* http://deflate.medialayer.com/
 
* http://deflate.medialayer.com/
 +
 +
 +
[[Categoria:DDOS]]

Edição das 22h50min de 4 de abril de 2012

cd /usr/src/utils
mkdir ddos ; cd $_
wget http://www.inetbase.com/scripts/ddos/uninstall.ddos
wget http://www.inetbase.com/scripts/ddos/install.sh

instalar

sh install.sh

desinstalar

chmod 0700 uninstall.ddos
./uninstall.ddos

Editar configurações, em /usr/local/ddos/ddos.conf

NO_OF_CONNECTIONS=150 
BAN_PERIOD=600 
EMAIL_TO

rodar

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


referencias: