Skip to content

Commit 7474737

Browse files
authored
Merge pull request #143 from CybercentreCanada/feature-mscode-identification
Add identification for MSBuild script files.
2 parents 8d593c9 + b364552 commit 7474737

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

assemblyline-server/src/identify/default.magic

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
# Open XML files with Microsoft Word
2525
0 string
2626
>0 search/0x100 =<?mso-application\ progid="Word.Document"?> custom: document/office/word
27+
# MSBuild Project Files
28+
0 string
29+
>0 search/0x40 \<Project
30+
>>&0 search/0x40 http://schemas.microsoft.com/developer/msbuild custom: code/xml/msbuild
2731
# VBE files
2832
0 string #@~^
2933
>&0 regex/9 \^[^=]{6}== custom: code/vbe

0 commit comments

Comments
 (0)