passless users
Volete vedere quali utenti nel vostro sistema NON hanno una password?
cat /etc/passwd |cut -f1,2 -d:| grep -v :x |cut -f1 -d:
Whoix
- fabio's blog
- Login to post comments
Volete vedere quali utenti nel vostro sistema NON hanno una password?
cat /etc/passwd |cut -f1,2 -d:| grep -v :x |cut -f1 -d:
Whoix