From 96884a069d3449892099211520ee2413f0b3d8f1 Mon Sep 17 00:00:00 2001 From: Sylvain Heiniger Date: Thu, 1 Jul 2021 17:03:10 +0200 Subject: [PATCH] Typo --- PowerLsassSilentProcessExit.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerLsassSilentProcessExit.ps1 b/PowerLsassSilentProcessExit.ps1 index fe2fa8d..2fe32c5 100644 --- a/PowerLsassSilentProcessExit.ps1 +++ b/PowerLsassSilentProcessExit.ps1 @@ -19,7 +19,7 @@ 1 - Call CreateRemoteThread on RtlSilentProcessExit on LSASS (Note, that this doesnt work in the current version...) .PARAMETER DumpPath - Path wherer the dumpfile shall be stored + Path where the dumpfile shall be stored .EXAMPLE PowerLsassSilentProcessExit.ps1 -DumpMode 0 -DumpPath C:\temp @@ -203,4 +203,4 @@ try{ Write-Warning "[WARN] Error happened during Cleanup of Registry! Error:`r`n" Write-Host $PSItem.Tostring() Exit 1 -} \ No newline at end of file +}