Z4ck404 / GoEmailAnalyzer

Analyze your suspicious emails and extract headers, links and hashes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Email Analyzer CLI (WIP)

This is work in progress

Analyze your suspicious emails and extract headers, links and hashes.

usage:

  1. build the project:

    make build
  2. Prepare the eml file (Email clients support exporting emails in the eml format)

  3. run the CLI

    ./bin/mailp parse -f <example.eml> --content
    

    To see all the availables commands, run:

    ./bin/mailp parse --help
    

About

Analyze your suspicious emails and extract headers, links and hashes.

License:The Unlicense


Languages

Language:Go 96.7%Language:Makefile 3.3%