Giter VIP home page Giter VIP logo

emailslicer's Introduction

Email Slicer

Autopsy module to split individual email messages from large files (e.g. PST files) within the scope of final project from the Computer Science Degree fromn ESTG "Escola Superior de Tecnologia e Gestão do Instituto Politécnico de Leiria", Portugal.

The focous of this program is create an alternative to the module Email Parser, used by Autopsy, in an attemp to provide functionalities that this one lacks, im particulary, extracting individual email messages.

Is also provided the alternative to use it as a report module or as a standalone application.

Getting Started

Prerequisites

  • Python (version 3 is recomended)
  • Autopsy (if intended to be run inside the program)

Installing

There are two options providend when running this program:

  • As an Autopsy module (Windows):

    1. Download EmailSlicerReportModule.zip
    2. Extract its content to Tools - Python Plugins
    3. Install dependencies, by oppening the terminal inside de extrated folder and running the command:
      • py -m pip install -r required_packages.txt --user
  • As an Autopsy module (Linux):

    1. Download EmailSlicerReportModule.zip
    2. Extract its content to Tools - Python Plugins
    3. Install dependencies, by oppening the terminal inside de extrated folder and running the command:
      • python3 -m pip install -r required_packages.txt --user
      • sudo apt install pst-utils, graphviz
  • As a standalone application:

    1. Download EmailSlicerStandalone.zip
    2. Extract its content to desired location
    3. Install dependencies, by oppening the terminal inside de extrated folder and running the command:
      • Windows:
        1. py -m pip install -r required_packages.txt --user
      • Linux:
        1. python3 -m pip install -r required_packages.txt --user
        2. sudo apt install pst-utils, graphviz

Run

  • As an Autopsy module:

    1. Add the desired files to be analised to the opened case
    2. Select "Generate Report"
    3. Select "Email Slicer report"
    4. Wait for the module to finish (the extracted content will be stored in the "TEMP" folder of the current case)
  • As a standalone application:

    1. Open a temrinal window
    2. Navigate to the extrated location o the program
    3. Run the gram (run py EmailSlicer.py -h for options)
    4. Wait for the program to finish

Authors

  • André Agostinho Nogueira
  • Projet developed under the guidance and coordination of Professors Dr. Miguel Monteiro de Sousa Frade and Patrício Rodrigues Domingue

NOTES:

  • Project still in development.
  • The "Contest" version was only tested on Windows machines and it's the version that will be submitted to Autopsy module contest.
  • The "Project" version was part of a school project and it was modified to be submitted to the Autopsy module contest.
  • In case of any bug feel free to contact me at [email protected]

emailslicer's People

Contributors

aanogueira avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.