We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900aa9c commit 705bd42Copy full SHA for 705bd42
data/exploits/powershell/powerdump.ps1
@@ -293,7 +293,7 @@ function Get-UserHashes($u, [byte[]]$hbootkey)
293
$enc_lm_hash = $u.V[$($lm_hash_offset)..$($lm_hash_offset+0x0f)];
294
$enc_nt_hash = $u.V[$($nt_hash_offset)..$($nt_hash_offset+0x0f)];
295
}
296
- elseif ($NT_exists -eq $true)
+ elseif ($NT_exists -eq $true)
297
{
298
$nt_hash_offset = $u.HashOffset + 8;
299
$enc_nt_hash = [byte[]]$u.V[$($nt_hash_offset)..$($nt_hash_offset+0x0f)];
0 commit comments