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

.msg functionality #1

Open
azgaviperr opened this issue Oct 12, 2021 · 3 comments
Open

.msg functionality #1

azgaviperr opened this issue Oct 12, 2021 · 3 comments
Assignees

Comments

@azgaviperr
Copy link

Hello,

I love the tool but I need to run it using .msg extension instead of eml and it's seems like not possible currently.

Any plan on extending it to msg ?

@emalderson
Copy link
Owner

Hello, thanks for the interest in the tool.
Unfortunately, since the inner workings of the tool are based on the EML file structure, adding the support to .msg files is not planned to be implemented in the near future. The modification would in fact require lots of work and tests. The .eml format has been chosen because it is the most widespread and encodes the email information in ASCII format, while the .msg format is binary and only used by Microsoft Outlook.
It is not excluded that the feature will be added, but not in the near future.

Anyway, some tools do exist that allow you to convert an email from the .msg format to the .eml format, both open source and proprietary.
I will also consider to integrate one of those tools in ThePhish to perform the conversion when I will have enough time to test them.

@azgaviperr
Copy link
Author

azgaviperr commented Oct 12, 2021

I ma already trying to add this functionality with msg-parser, wondering if I could also try to use the tools already present in thehive.

What could be a good addition is the possibility to upload EML and use API. But I know I am going a bit foward of the actual tool.

Really like the project and work greatly with EML files.

Currently my workaround is to use Shuffle to grab the email and convert it to eml. then send back the email to the mailbox ^^ It's not so greenIT but it does work :)

@emalderson emalderson self-assigned this Oct 15, 2021
@mclancy10006
Copy link

One observation is if you send .msg files as attachments to gmail/g-suite mailbox Google converts them to .eml files so the run in ThePhish just fine. There are some old projects that convert the .msg to /eml format as well which might be an option if you need to start with a .msg. See https://github.com/JoshData/convert-outlook-msg-file

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

No branches or pull requests

3 participants