mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2026-01-05 22:29:17 +00:00
Update ProcessInfo.cs
This commit is contained in:
@@ -14,7 +14,7 @@ namespace winPEAS.Checks
|
||||
|
||||
new List<Action>
|
||||
{
|
||||
//PrintInterestingProcesses,
|
||||
PrintInterestingProcesses,
|
||||
PrintVulnLeakedHandlers,
|
||||
}.ForEach(action => CheckRunner.Run(action, isDebug));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user