{"id":17189897,"url":"https://github.com/kodjunkie/mail-header-analyzer","last_synced_at":"2026-05-15T01:38:37.488Z","repository":{"id":104089787,"uuid":"199991625","full_name":"kodjunkie/mail-header-analyzer","owner":"kodjunkie","description":"E-Mail header analyzer is a tool written in flask for parsing email headers and converting them to a human readable format.","archived":false,"fork":false,"pushed_at":"2020-07-22T19:58:59.000Z","size":4985,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T19:36:44.954Z","etag":null,"topics":["bootstrap3","flask","flask-application"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kodjunkie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-01T06:33:39.000Z","updated_at":"2024-09-19T10:27:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"42c19da4-4096-472d-95af-93e02270aa3e","html_url":"https://github.com/kodjunkie/mail-header-analyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kodjunkie/mail-header-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodjunkie%2Fmail-header-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodjunkie%2Fmail-header-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodjunkie%2Fmail-header-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodjunkie%2Fmail-header-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kodjunkie","download_url":"https://codeload.github.com/kodjunkie/mail-header-analyzer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodjunkie%2Fmail-header-analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33050544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap3","flask","flask-application"],"created_at":"2024-10-15T01:12:48.882Z","updated_at":"2026-05-15T01:38:37.461Z","avatar_url":"https://github.com/kodjunkie.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## E-Mail Header Analyzer (MHA)\n![mha](https://cloud.githubusercontent.com/assets/1170490/18221866/b7b362d6-718e-11e6-9fa0-2e7f8bc2b9d7.png)\n\n\n## What is E-Mail header analyzer (MHA):\nE-Mail header analyzer is a tool written in [flask](http://flask.pocoo.org/) for parsing email headers and converting them to a human readable format and Based on the common practice in e-mail investigation,the developed system provides the following functionalities:       \n* Identify hop delays.\n* Identify the source of the email.\n* Identify hop country.\n\n\n## Installation\nInstall system dependencies:  \n```\nsudo apt-get update\nsudo apt-get install python-pip\nsudo pip install virtualenv\n```\nCreate a Python virtual environment and activate it:  \n```\nvirtualenv virt\nsource virt/bin/activate\n```\nClone the GitHub repo:  \n```\ngit clone https://github.com/kodjunkie/mail-header-analyzer.git\n```\nInstall Python dependencies:\n```\ncd MHA\npip install -r requirements.txt\n```\nRun the development server:  \n`python server.py -d`\n\nYou can change the bind address or port by specifying the appropriate options:\n`python server.py -b 0.0.0.0 -p 8080`\n\nEverything should go well, now visit [http://localhost:8080](http://localhost:8080).\n\n## Docker\n\nA `Dockerfile` is provided if you wish to build a docker image.\n\n`docker build -t mha:latest .`\n\nYou can then run a container with:\n\n`docker run -d -p 8080:8080 mha:latest`\n\n## Credits\nBuilt on [github.com/lnxg33k/email-header-analyzer](https://github.com/lnxg33k/email-header-analyzer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodjunkie%2Fmail-header-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkodjunkie%2Fmail-header-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodjunkie%2Fmail-header-analyzer/lists"}