Skip to content

Commit 705bd42

Browse files
committed
tab to space change - line 296
1 parent 900aa9c commit 705bd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/exploits/powershell/powerdump.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ function Get-UserHashes($u, [byte[]]$hbootkey)
293293
$enc_lm_hash = $u.V[$($lm_hash_offset)..$($lm_hash_offset+0x0f)];
294294
$enc_nt_hash = $u.V[$($nt_hash_offset)..$($nt_hash_offset+0x0f)];
295295
}
296-
elseif ($NT_exists -eq $true)
296+
elseif ($NT_exists -eq $true)
297297
{
298298
$nt_hash_offset = $u.HashOffset + 8;
299299
$enc_nt_hash = [byte[]]$u.V[$($nt_hash_offset)..$($nt_hash_offset+0x0f)];

0 commit comments

Comments
 (0)