SlackExplorer

Python 3.x Twitter

SlackExplorer is a tool designed to explore exposed tokens from Slack users or sessions.

This tool will perform a dump of workspace users and search for exposed credentials in chats.

Installation

To install SlackExplorer, follow the steps below:

  1. Clone the repository:
git clone https://github.com/<username>/slackexplorer.git
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

To use SlackExplorer, follow the steps below:

  1. Navigate to the SlackExplorer directory:
cd slackexplorer/
  1. Run the tool:

Without cookie

python3 slackexplorer.py TOKEN

With cookie

python3 slackexplorer.py TOKEN -c 'COOKIES'
  1. Wait for the tool to perform a dump of the workspace users and search for exposed credentials in chats.

Disclaimer

SlackExplorer should only be used for ethical purposes, such as identifying and fixing security vulnerabilities in your own Slack workspace. The tool should not be used for malicious purposes, such as stealing credentials or accessing sensitive information. The author of this tool is not responsible for any illegal or unethical use of the tool.