SSH Dictionary Attacks (does not work with EL3) 2006-01-18 - By Garrick Staples
Back On Wed, Jan 18, 2006 at 02:10:59PM -0800, Christopher McCrory alleged: > Hello... > > On Thu, 2006-01-12 at 11:09 +0100, Rainer Traut wrote: > > Hi, > > > > <snip> > > > > find /lib/ -iname "*recent*" > > shows: > > /lib/modules/2.4.21-37.ELsmp/kernel/net/ipv4/netfilter/ipt_recent.o > > > > I can modprobe the module, but that's all. > > Is there a workaround for this? > > > > Sorry, > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173729
Just for fun, I tried this and found that iptables-save produces corrupt output for recent.
-A INPUT -i eth1 -p tcp -m tcp --dport 22 -m state --state NEW -m recent recent: --seconds 1701970164 --hitcount 1953391971 --name --rsource -j DROP -A INPUT -i eth1 -p tcp -m tcp --dport 22 -m state --state NEW -m recent recent: --seconds 1701970164 --hitcount 1953391971 --name --rsource
-- Garrick Staples, Linux/HPCC Administrator University of Southern California
-- Taroon-list mailing list Taroon-list@(protected) https://www.redhat.com/mailman/listinfo/taroon-list
|
|