Update ProcessInfo.cs

This commit is contained in:
Carlos Polop
2023-08-24 19:48:31 +02:00
committed by GitHub
parent f99387feed
commit 5199c4c395

View File

@@ -14,7 +14,7 @@ namespace winPEAS.Checks
new List<Action>
{
//PrintInterestingProcesses,
PrintInterestingProcesses,
PrintVulnLeakedHandlers,
}.ForEach(action => CheckRunner.Run(action, isDebug));
}