This is work in progress
Analyze your suspicious emails and extract headers, links and hashes.
-
build the project:
make build
-
Prepare the eml file (Email clients support exporting emails in the eml format)
-
run the CLI
./bin/mailp parse -f <example.eml> --content
To see all the availables commands, run:
./bin/mailp parse --help