Open bcoles opened 6 years ago
Yes, this is the same issue I experienced. Should have submitted this myself, thanks for stepping in!
Hi!
This issue has been left open with no activity for a while now.
We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 30 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open!
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request.
Removing the stale label. I'm not sure if this is still an issue. Still an issue in 2022. Someone who isn't me should probably take a look at this.
A report on Twitter indicates that
lsadump on Metasploit is broken
.Initial tests revealed a bug. No idea if it's the same issue @craigsblackie ?
Junk bytes are appended to recovered passwords. Observe the output below. The passwords are
password
andredacted
, where as the module returnspassword |\~
andredactedC[+ QE
Test system in Windoes 7 SP1 x64; with session upgraded via
exploit/windows/local/bypassuac
andgetsystem
. Metasploit is latest version from git, running on Ruby 2.3.0.Compared to kiwi
lsa_dump_secrets
which returns the correct value.