diff --git a/Invoke-ACLPwn.ps1 b/Invoke-ACLPwn.ps1 index a57e9ab..3e79687 100644 --- a/Invoke-ACLPwn.ps1 +++ b/Invoke-ACLPwn.ps1 @@ -1433,7 +1433,7 @@ function Get-SharpHoundACL ([string]$sharpHoundLocation, $isNewVersion) { do { # check if sharphound is still running - $p = Get-Process '*SharpHound.exe' + $p = Get-Process '*SharpHound' if ($p -eq $null) { $stillRuns = $false } else {