Skip to main content

email detected library

Project description

An email detected library. It's support to detect the header, body and attachment. It's support to parse the attachment type of ole, rtf, zip and so on.

Insatall

$ pip install mmpi

mark:windows install yara-python,download from here

Usage

1. Command

$ mmpi-run $email_path

2. Quick Start

from mmpi import mmpi


def main():
    emp = mmpi()
    emp.parse('test.eml')
    report = emp.get_report()
    print(report)


if __name__ == "__main__":
    main()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mmpi-0.1.3.tar.gz (69.8 kB view hashes)

Uploaded Source

Built Distribution

mmpi-0.1.3-py3-none-any.whl (84.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page