password hash. redacted cuz modern systems store the hashes in /etc/shadow now. most linux variants still check passwd for hashes tho so a writable passwd file = priv esc
modern linux systems use SHA-512 for password hashes
do openssl passwd -6 --salt salt "PASSWORD" to generate a pass (see openssl toolkit for more)