Skip to content

Generate an HTML Report

Kerem edited this page Jun 25, 2023 · 3 revisions

With the EmailAnalyzer you can generate an Html report from your eml file.

In order to do that:

Parameter

You must use -o parameter to specify the output file.

Run

python3 email-analyzer.py -f your-eml-file.eml -o report.html

You may use different names for the output file.

image

Note:

You don't need to create your html file before. EmailAnalyzer will do it for you.

Result

image

Clone this wiki locally