Slack Parser

Parse slack database and extract useful information

Posted by 0xHasanM on February 20, 2021 · 1 min read

Slack-Parser

Slack Parser is a script to parse slack database and extract user-data, chat history, workspace information

Table of Contents

Installation

  1. https://github.com/0xHasanM/Slack-Parser.git
  2. cd Slack-Parser
  3. python3 Slack-Parser.py

Usage

  1. Get database from %AppData%\Slack\IndexedDB\https_app.slack.com_0.indexeddb.blob*
  2. run script and insert path of database
  3. choose the data you want to get user-data, chat history, workspace information

Slack-Parser Usage