mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-16 13:29:00 +00:00
- fixed missing comma
This commit is contained in:
@@ -126,7 +126,7 @@ namespace winPEAS.Checks
|
|||||||
PrintRecentFiles,
|
PrintRecentFiles,
|
||||||
PrintRecycleBin,
|
PrintRecycleBin,
|
||||||
PrintHiddenFilesAndFolders,
|
PrintHiddenFilesAndFolders,
|
||||||
PrintOtherUsersInterestingFiles
|
PrintOtherUsersInterestingFiles,
|
||||||
PrintExecutablesInNonDefaultFoldersWithWritePermissions,
|
PrintExecutablesInNonDefaultFoldersWithWritePermissions,
|
||||||
}.ForEach(action => CheckRunner.Run(action, isDebug));
|
}.ForEach(action => CheckRunner.Run(action, isDebug));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user