Add search for .cmd files

This commit is contained in:
Noah Groß 2022-07-27 12:55:36 +02:00 committed by GitHub
parent fa0f2e17fb
commit e91676e6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -747,7 +747,8 @@ namespace winPEAS.Checks
{
".bat",
".exe",
".ps1"
".ps1",
".cmd"
};
var files = SearchHelper.GetFilesFast(systemDrive, "*", excludedDirs);