Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTF Files are being scanned, resulting in error #45

Open
hildeb opened this issue Jun 6, 2018 · 1 comment
Open

RTF Files are being scanned, resulting in error #45

hildeb opened this issue Jun 6, 2018 · 1 comment
Assignees
Labels

Comments

@hildeb
Copy link

hildeb commented Jun 6, 2018

2018-06-06 09:40:38,733 - DEBUG: [197] Content-Type: 'multipart/mixed'
2018-06-06 09:40:38,733 - DEBUG: [197] Content-Type: 'multipart/alternative'
2018-06-06 09:40:38,734 - DEBUG: [197] Content-Type: 'text/plain'
2018-06-06 09:40:38,734 - DEBUG: [197] Analyzing attachment: None
2018-06-06 09:40:38,734 - DEBUG: [197] Content-Type: 'text/html'
2018-06-06 09:40:38,734 - DEBUG: [197] Analyzing attachment: None
2018-06-06 09:40:38,734 - DEBUG: [197] Content-Type: 'application/msword'
2018-06-06 09:40:38,736 - DEBUG: [197] Analyzing attachment: '=?iso-8859-2?Q?name=FCr_AWMF.doc?='
2018-06-06 09:40:38,751 - DEBUG: [197] The attachment '=?iso-8859-2?Q?name=FCr_AWMF.doc?=' is clean.
2018-06-06 09:40:38,751 - DEBUG: [197] Content-Type: 'application/rtf'
2018-06-06 09:40:38,752 - DEBUG: [197] Analyzing attachment: '=?iso-8859-2?Q?LL-othername=FCr_AWMF.rtf?='
2018-06-06 09:40:38,753 - ERROR: [197] Error while processing the message
2018-06-06 09:40:38,754 - DEBUG: [197] Exeption code: [!! Traceback (most recent call last):
!! File "/usr/bin/macromilter.py", line 295, in checkforVBA
vba_parser = olevba.VBA_Parser(filename='message', data=attachment)
!! File "/usr/local/lib/python2.7/dist-packages/oletools/olevba.py", line 2385, in init
raise FileOpenError(msg)
!! FileOpenError: Failed to open file message is RTF, need to run rtfobj.py and find VBA Macros in its output.
]

@sbidy sbidy self-assigned this Jun 11, 2018
@sbidy sbidy added the bug label Jun 11, 2018
@sbidy
Copy link
Owner

sbidy commented Jun 11, 2018

Hey, I look into that. maybe there was a change at the olevba ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants