Skip to content

Commit

Permalink
Merge pull request #14 from arossert/fix_sentinel_detection
Browse files Browse the repository at this point in the history
Fix sentinel detection
  • Loading branch information
deajan authored Jan 10, 2024
2 parents 99b838f + 5531196 commit 568bf2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ These checks are more fuzzy, but allow to detect the following products:
- malwarebytes
- vipre
- sentinel one
- cybereason

On top of that list, it will detect any installed software containing "antivirus/antiviral/antimalware" in the name.

Expand Down
2 changes: 1 addition & 1 deletion windows_tools/antivirus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
r"trend ?micro",
"malwarebytes",
"vipre",
"sentinel ?one",
r"sentinel ?(one|labs)",
"cybereason",
]

Expand Down

0 comments on commit 568bf2a

Please sign in to comment.