Skip to content

Commit

Permalink
Fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-sp committed Oct 29, 2015
1 parent c09a4b9 commit 9c75c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/signatures/antivm_vbox_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run(self):
".*VBoxVideo\.[a-zA-Z]{3}$",
".*\\\\VirtualBox\\ Guest\\ Additions\\\\uninst\.exe$",
".*\\\\VirtualBox\\ Guest\\ Additions\\\\uninst\.exe\.dll$",
".*\\\\vboxmrxnp.dll$"
".*\\\\vboxmrxnp\.dll$"
]

for indicator in indicators:
Expand Down

0 comments on commit 9c75c50

Please sign in to comment.