tab to space change - line 296
parent
900aa9cd6b
commit
705bd42b41
|
@ -293,7 +293,7 @@ function Get-UserHashes($u, [byte[]]$hbootkey)
|
||||||
$enc_lm_hash = $u.V[$($lm_hash_offset)..$($lm_hash_offset+0x0f)];
|
$enc_lm_hash = $u.V[$($lm_hash_offset)..$($lm_hash_offset+0x0f)];
|
||||||
$enc_nt_hash = $u.V[$($nt_hash_offset)..$($nt_hash_offset+0x0f)];
|
$enc_nt_hash = $u.V[$($nt_hash_offset)..$($nt_hash_offset+0x0f)];
|
||||||
}
|
}
|
||||||
elseif ($NT_exists -eq $true)
|
elseif ($NT_exists -eq $true)
|
||||||
{
|
{
|
||||||
$nt_hash_offset = $u.HashOffset + 8;
|
$nt_hash_offset = $u.HashOffset + 8;
|
||||||
$enc_nt_hash = [byte[]]$u.V[$($nt_hash_offset)..$($nt_hash_offset+0x0f)];
|
$enc_nt_hash = [byte[]]$u.V[$($nt_hash_offset)..$($nt_hash_offset+0x0f)];
|
||||||
|
|
Loading…
Reference in New Issue