lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
From: danbuk at gmail.com (DanB UK)
Subject: security iptables rules apache (DoS in Apache 2.0.52)

Hi,
Did you try googleing at all??? Anyway...
> what's rules in iptables against DoS in Apache 2.0.52 ?

You can try something along the lines of:
iptables -A INPUT ?p TCP --dport 80 --syn -m limit --limit 5/second -j ACCEPT

Or maybe install this mod and configure it:
http://www.nuclearelephant.com/projects/dosevasive/

I hope that is of some help.

Cheers,
Daniel.

-- 
DanB UK
London, UK


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ