Skip to content

Commit

Permalink
clsid: added CLSID for PDF files, fixes #552
Browse files Browse the repository at this point in the history
  • Loading branch information
decalage2 committed Apr 3, 2020
1 parent 889316b commit 4760fba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions oletools/common/clsid.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#=== LICENSE ==================================================================

# oletools are copyright (c) 2018-2019 Philippe Lagadec (http://www.decalage.info)
# oletools are copyright (c) 2018-2020 Philippe Lagadec (http://www.decalage.info)
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
Expand Down Expand Up @@ -43,7 +43,7 @@
# 2018-04-18 PL: - added known-bad CLSIDs from Cuckoo sandbox (issue #290)
# 2018-05-08 PL: - added more CLSIDs (issues #299, #304), merged and sorted

__version__ = '0.54'
__version__ = '0.56'


# REFERENCES:
Expand Down Expand Up @@ -157,6 +157,7 @@
'996BF5E0-8044-4650-ADEB-0B013914E99C': 'MSCOMCTL.ListViewCtrl (may trigger CVE-2012-0158)',
'A08A033D-1A75-4AB6-A166-EAD02F547959': 'otkloadr WRAssembly Object (can be used to bypass ASLR after triggering an exploit)',
'B54F3741-5B07-11CF-A4B0-00AA004A55E8': 'vbscript.dll - VB Script Language (ProgID: VBS, VBScript)',
'B801CA65-A1FC-11D0-85AD-444553540000': 'Adobe Acrobat Document - PDF file',
'BDD1F04B-858B-11D1-B16A-00C0F0283628': 'MSCOMCTL.ListViewCtrl (may trigger CVE-2012-0158)',
'C08AFD90-F2A1-11D1-8455-00A0C91F3880': 'ShellBrowserWindow',
'C62A69F0-16DC-11CE-9E98-00AA00574A4F': 'Forms.Form',
Expand Down

0 comments on commit 4760fba

Please # to comment.