Commit 3a4863d6cc575fa4dc3cb152eb3fafa76ff0def5
1 parent
00871933
clsid: added Microsoft Forms 2.0 Label (fixes #368)
Showing
1 changed file
with
3 additions
and
2 deletions
oletools/common/clsid.py
| ... | ... | @@ -12,7 +12,7 @@ http://www.decalage.info/python/oletools |
| 12 | 12 | |
| 13 | 13 | #=== LICENSE ================================================================== |
| 14 | 14 | |
| 15 | -# oletools are copyright (c) 2018 Philippe Lagadec (http://www.decalage.info) | |
| 15 | +# oletools are copyright (c) 2018-2019 Philippe Lagadec (http://www.decalage.info) | |
| 16 | 16 | # All rights reserved. |
| 17 | 17 | # |
| 18 | 18 | # Redistribution and use in source and binary forms, with or without modification, |
| ... | ... | @@ -43,7 +43,7 @@ http://www.decalage.info/python/oletools |
| 43 | 43 | # 2018-04-18 PL: - added known-bad CLSIDs from Cuckoo sandbox (issue #290) |
| 44 | 44 | # 2018-05-08 PL: - added more CLSIDs (issues #299, #304), merged and sorted |
| 45 | 45 | |
| 46 | -__version__ = '0.54dev3' | |
| 46 | +__version__ = '0.54' | |
| 47 | 47 | |
| 48 | 48 | |
| 49 | 49 | # REFERENCES: |
| ... | ... | @@ -140,6 +140,7 @@ KNOWN_CLSIDS = { |
| 140 | 140 | '8E75D913-3D21-11D2-85C4-080009A0C626': 'AutoCAD 2004-2006 Document', |
| 141 | 141 | '9181DC5F-E07D-418A-ACA6-8EEA1ECB8E9E': 'MSCOMCTL.TreeCtrl (may trigger CVE-2012-0158)', |
| 142 | 142 | '975797FC-4E2A-11D0-B702-00C04FD8DBF7': 'Loads ELSEXT.DLL (Known Related to CVE-2015-6128)', |
| 143 | + '978C9E23-D4B0-11CE-BF2D-00AA003F40D0': 'Microsoft Forms 2.0 Label (Forms.Label.1)', | |
| 143 | 144 | '996BF5E0-8044-4650-ADEB-0B013914E99C': 'MSCOMCTL.ListViewCtrl (may trigger CVE-2012-0158)', |
| 144 | 145 | 'A08A033D-1A75-4AB6-A166-EAD02F547959': 'otkloadr WRAssembly Object (can be used to bypass ASLR after triggering an exploit)', |
| 145 | 146 | 'B54F3741-5B07-11CF-A4B0-00AA004A55E8': 'vbscript.dll - VB Script Language (ProgID: VBS, VBScript)', | ... | ... |