Skip to content

Commit

Permalink
Adding strong indicators for vbs
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-kevin committed Sep 2, 2021
1 parent 3ca6722 commit f244beb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assemblyline/common/identify.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
re.compile(rb'(^|\n)ExecuteGlobal'),
re.compile(rb'(^|\n)REM[ \t]+'),
re.compile(rb'(ubound|lbound)\('),
re.compile(rb'CreateObject\('),
re.compile(rb'Set[ \t]*\w+[ \t]*=[ \t]*'),
],
'code/javascript': [
re.compile(rb'function([ \t]*|[ \t]+[\w]+[ \t]*)\([\w \t,]*\)[ \t]*{'),
Expand Down

0 comments on commit f244beb

Please sign in to comment.