This commit is contained in:
StevenLtheThird
2023-10-11 15:58:02 -04:00
3 changed files with 4 additions and 4 deletions

View File

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