dibrinsofor / emailtracker

emailTracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emailtracker

emailtracker allows users detect whether or not mail in their inbox is being tracked. It offers support for emails (multi-part and plain text MIMEs) sent over the IMAP protocol. It allows you to determine:

  • What companies are tracking you.
  • How they do it? through blank pixels, clickable links, etc.
  • Whether or not your data is sent over secure protocols.
  • Infers what information they may be collecting.

installation

  • (recommended) activate a virtual env
    • python -m virtualenv venv
    • venv\scripts\activate
  • install the project dependencies in requirements.txt
    • pip install -r requirements.txt

using

  • to run on a self-signed https server:
    • flask --debug run

After running successfully, open email_dump.txt to see generated email data.

Third-Party app passwords

To generate third-party app passwords, use these links: Gmail and Yahoo.

License

This project is available under the MIT License. Here

About

emailTracker

License:MIT License


Languages

Language:Python 55.6%Language:HTML 43.4%Language:CSS 1.1%