Bugtraq mailing list archives
Re: Not so much a bug as a warning of new brute force attack
From: thayne () xmission com (Thayne Forbes)
Date: Tue, 4 Jun 1996 08:26:59 -0600
On Mon, 3 Jun 1996, Brett L. Hawn wrote:You can lead a user to a good password but you can only make them use it for so long.What about a fascist passwd program which refers to a dictionary and rejects "easy" passwords? Does such an animal exist?
There are about a dozen of such animals. In fact, there is one in 'Programming Perl' as example code. Npasswd and passwd+ both do this if I recall correctly.
Not to mention anyone with the time and desire can create a fairly nifty 'dictfile' like I did a few years back. All it takes is some simple brain power and a LOT of disk space, a quick file that prints all variations of 5-8 charater length combinations to a file. I stopped mine at 238megs and it was still going strong.I think this one comes under the heading of "brute force attack" - just with alphanumerics (a-z,A-Z,0-9) you're looking at needing 62^8 entries for a complete set of 8 character passwords. It's probably faster to try and decrypt the passwd file entry directly.
But maybe you have missed the point. If all you need to do is crack ANY account on a system, then a dictionary of about 20,000 words and about 100 rules is enough.[1] You can do this on a PeeCee in a couple of hours. There IS a point of diminishing returns when we constrain the passwords of users, but allowing them to use ANY silly password that crosses their mind is something that ought to be illegal. [1] On systems with no passwd rules for users, I usually get one crack on /usr/dict/words, with no permutations applied.
Current thread:
- Re: Attacks using pop, (continued)
- Re: Attacks using pop simes () tcp co uk (Jun 04)
- Re: Attacks using pop Alan Brown (Jun 04)
- [linux-alert] Serious Security hole in getpwnam () [Forwarded Jeff Uphoff (Jun 03)
- Re: Not so much a bug as a warning of new brute force attack Aaron Merifield (Jun 03)
- Re: Not so much a bug as a warning of new brute force attack Brett L. Hawn (Jun 03)
- pop3 daemon with syslog logging Gunnar Ingvi Thorisson (Jun 03)
- Re: Not so much a bug as a warning of new brute force attack Alan Brown (Jun 03)
- Re: Not so much a bug as a warning of new brute force attack Brian Davidson (Jun 04)
- Re: Not so much a bug as a warning of new brute force attack Russell Street (Jun 04)
- Re: Not so much a bug as a warning of new brute force attack Joe Block (Jun 04)
- Re: Not so much a bug as a warning of new brute force attack Thayne Forbes (Jun 04)
- Re: Not so much a bug as a warning of new brute force attack Steve Chew (Jun 04)
- Re: Not so much a bug as a warning of new brute force attack Shaun Lowry (Jun 04)
- Re: Not so much a bug as a warning of new brute force attack Valdis.Kletnieks () vt edu (Jun 04)
- rexec brute bastard (Jun 04)
- Re: Not so much a bug as a warning of new brute force attack Brett L. Hawn (Jun 03)
- Selecting Good Passwords mdr () vodka sse att com (Jun 04)
- brute force *Hobbit* (Jun 04)
- Re: brute force Christopher Klaus (Jun 04)
- Re: brute force Tom Fitzgerald (Jun 05)
- Re: brute force Alan Brown (Jun 06)
- Re: Linux rlogin hole with libc 5.x Alan Brown (Jun 06)
