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

Merge pull request #302 from codesalatdev/master

Add search for .cmd files
This commit is contained in:
Carlos Polop 2022-07-30 11:58:32 +02:00 committed by GitHub
commit 91bcfa109e
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);