Giter Site home page Giter Site logo

tg-desktop-investigation's Introduction

tg-desktop-investigation

Set of tools and documentation files for Telegram Desktop artifacts investigation.
Last tested with Telegram Desktop v4.11.7.
Requirements:

  • Python 3.x
  • Windows OS

General forensic workflow

The tools provided in this repository are part of a general forensic workflow for the analysis of local Telegram Desktop artifacts:

  1. Perform a disk acquisition using forensic tools and methods (t is sufficient to acquire the Telegram Desktop folder, usually located at C:\Users\<USER>\AppData\Roaming\Telegram Desktop).
  2. If a local passkey for Telegram Desktop has been set:
  3. If a local passkey has not been set (or if the passkey is already known):

TGD Cache Parser

A Python tool that allows to parse the Telegram Desktop cache once decrypted using telegram-cache-decryption by lilydjwg.
Note: file headers and extensions are hard-coded in the source code. Feel free to add/modify any file type.
Usage: python tgd_cache_parser.py -p DECRYPTED_CACHE_PATH -o OUTPUT_PATH

TDF Decryptor

A Python tool that allows to decrypt TDFs (Telegram Desktop Files) contained in the tdata folder of Telegram Desktop.
A set of XML file structures describing the different TDF files is also available in TDF file structures.
Note: the local passkey for Telegram Desktop must be known to decrypt TDFs.
Contributions: main functions are adapted from telegram-cache-decryption by lilydjwg and TelegramDesktop_Decrypt by Py0zz1.
Usage: python tdf_decryptor.py -p Telegram_Desktop_FOLDER_PATH -o OUTPUT_PATH -k LOCAL_PASSKEY
Requirements:

  • tgcrypto

tg-desktop-investigation's People

Contributors

mombesam avatar biancric 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.