Code Monkey home page Code Monkey logo

teams-decoder's Introduction

Extract messages from a local Microsoft Teams installation.

This tool can be used to extract the Messages (and some other useful content) from a local Teams installation. It requires no extra privileges or access to any server, since it just accesses your local Teams "cache".

Example Usage

python3 utils/dump_leveldb.py -o teams.json -f .../Application\ Support/Microsoft/Teams/IndexedDB/https_teams.microsoft.com_0.indexeddb.leveldb
./decode_teams.py teams.json

Description

The first command reads & parses the teams "cache" levelDB. You need to specify the full path to that directory. It's location may vary depending on your OS, but dhe directory in question should always be called https_teams.microsoft.com_0.indexeddb.leveldb.

It's output will be a file called teams.json with all the decoded contents in machine readable form.

The second command will read the teams.json and convert it into human readable files in the specified output directory (defaults to conversations/).

The output consists of one file per Chat/Meeting/Space/Topic you participate in, which should contain a human readable plaintext version of your conversations.

You may also get a Thread_* file which contains a log of all your recent calls and a Conversation_* file which will contain a log of all recent notifications sent to you.

References

Original work on parsing the LevelDB files from https://github.com/cclgroupltd/ccl_chrome_indexeddb and https://github.com/lxndrblz/forensicsim.git

teams-decoder's People

Contributors

sec42 avatar

Stargazers

 avatar

Watchers

 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.