Unfortunatly here at work everyone remotes into the linux server to use
our dispatch software... so all the password were changed with passwd. Its
no biggie, as they probably dont use long passwords anyway and the box is
FWed away from those that dont need access (eg, the INET). Thanks for the
perl script. Happy Hacking.
Ryan
On 5 Dec 2001, Pixel wrote:
> Vox <[EMAIL PROTECTED]> writes:
>
> > > perl -F: -ane 'print if length $F[1] > 3 && $F[1] !~ /^\$1\$/'
> > > /etc/shadow
> >
> > Something is wrong with your oneliner, because it shows the account
> > I used for the test, which means it shows non-weak passwords too
>
> weird, doesn't it contain '$1$' ?
>
>