Skip to content

Mailiza - A CLI tool that analyzes the header of an email and provides detailed information about some fields.

Notifications You must be signed in to change notification settings

g4ngst4r/Mailiza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailiza?



Mailiza, based on WhatMail is a command-line tool that analyzes the header of an email and provides detailed information about various fields. It extracts commonly recognized email header fields such as To From Subject Date Delivered-To as well as useful fields like Message-ID Return-Path Reply-To X-Headers MIME Version Content Type Received-SPF DKIM Signature Authentication-Results X-Mailer and DMARC Results.

This tool is useful for forensic analysis investigating email authenticity understanding email routing and gathering information about the email sender and recipient. The output is presented in a tabular format making it easy to read and analyze.


shieldsshieldsshieldsshields


💻 Filters Supported:


  • Message-ID
  • Return-Path
  • Reply-To
  • X-Headers
  • MIME Version
  • Content Type
  • Received-SPF
  • DKIM Signature
  • Authentication Results
  • X-Mailer
  • DMARC Results


🛠️ Installation Steps:

git clone https://github.com/1hecha0s/Mailiza
cd Mailiza
pip install colorama tabulate
python Mailiza.py -hf {Path_to_header_file}


🎓 Usage:

python Mailiza.py -hf header.txt

Analyzes the email header in the 'header.txt' file and displays the results on the console.

python Mailiza.py -hf header.txt -O analysis_results.txt

Analyzes the email header in the 'header.txt' file and saves the analysis results in the 'analysis_results.txt' file.

About

Mailiza - A CLI tool that analyzes the header of an email and provides detailed information about some fields.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages