Fixed bug for carbon black, thanks @raikiasec!

Execute-Assembly
Harley Lebeau 2018-08-14 13:16:57 -06:00 committed by GitHub
parent 467d56d9e4
commit 1c1a78d38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ sub list {
if ('ssfmonm.sys' in @matches) {
blog($1, "Webroot Software, Inc. Found!");
}
if ('CarbonBlackK.sys' in @matches || 'carbonblackk.sys') {
if ('CarbonBlackK.sys' in @matches || 'carbonblackk.sys' in @matches) {
blog($1, "Carbon Black Found!");
}
if ('CRExecPrev.sys' in @matches) {