1
mirror of https://github.com/carlospolop/PEASS-ng synced 2024-11-20 12:39:21 +01:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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