Hello everyone,
What is the best way to dump the LSASS process on Windows 11 these days?
Are there any updated methods or tools that still work reliably, considering all the new security features and protections in Windows 11?
Also, do you know if there are any specific bypasses or tweaks needed for things like Credential Guard or other built-in defenses?
For example, we managed to get an LSASS dump, but when parsing it, all the credential lines are empty, like this:
Orphaned credentials ==
== WDIGEST [98e22fbc]==
username test
domainname Aa
Password: None
password (hex)
== WDIGEST [98e1ccfd]==
username SRVRDS$
domainname Aa
Password: None
password (hex)
== WDIGEST [98e1ccb4]==
username SRVRDS$
domainname Aa
Password: None
password (hex)
WDigest is enabled on the windows
Does anyone know what could be causing this, or how to get actual credentials in this scenario?
Any advice or updated techniques would be greatly appreciated!
What is the best way to dump the LSASS process on Windows 11 these days?
Are there any updated methods or tools that still work reliably, considering all the new security features and protections in Windows 11?
Also, do you know if there are any specific bypasses or tweaks needed for things like Credential Guard or other built-in defenses?
For example, we managed to get an LSASS dump, but when parsing it, all the credential lines are empty, like this:
Orphaned credentials ==
== WDIGEST [98e22fbc]==
username test
domainname Aa
Password: None
password (hex)
== WDIGEST [98e1ccfd]==
username SRVRDS$
domainname Aa
Password: None
password (hex)
== WDIGEST [98e1ccb4]==
username SRVRDS$
domainname Aa
Password: None
password (hex)
WDigest is enabled on the windows
Does anyone know what could be causing this, or how to get actual credentials in this scenario?
Any advice or updated techniques would be greatly appreciated!