-
Notifications
You must be signed in to change notification settings - Fork 34
Generate a JSON Report
Kerem edited this page Jun 25, 2023
·
5 revisions
With the EmailAnalyzer you can generate a JSON report from your eml file.
You must use -o
parameter to specify the output file.
python3 email-analyzer.py -f your-eml-file.eml -o report.json
You may use different names for the output file.
You don't need to create your JSON file before. EmailAnalyzer will do it for you.