Skip to content

Forensic tool to analyze eml files

Notifications You must be signed in to change notification settings

MrYellowOwl/Smasher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smasher

Forensic tool to analyze eml files

Usage:
  python3 smasher.py eml [args]

Args
    -f,  --file                  set eml file (required)
    -tz, --timezone              set timezone used on eml delivery date default[America/New_York]
    -bc, --blacklist-check       check the domain on MXToolBox [Blacklist]
    -ac, --attachment-check      check sha256 on Virus Total looking for malicious activity 
    -am, --attachment-metadata   extract metadata for attachment on eml file
    -h,  --help                  show this message
Screenshot 2023-12-01 at 15 09 18

blacklist check:

use: python3 smasher.py eml -f file.eml -bc
Screenshot 2023-12-01 at 15 10 03

attachment check on Virus Total:

use: python3 smasher.py eml -f file.eml -ac
Screenshot 2023-12-01 at 15 10 25

metadata extractor

use: python3 smasher.py eml -f file.eml -am
Screenshot 2023-12-01 at 15 10 51

show available timezone

use: python3 smasher.py eml -tz all

About

Forensic tool to analyze eml files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%