This commit is contained in:
Sylvain Heiniger
2021-07-01 17:03:10 +02:00
committed by GitHub
parent 0f0c51cb0e
commit 96884a069d
+2 -2
View File
@@ -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
}
}