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$' ?
