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.
To install SlackExplorer, follow the steps below:
- Clone the repository:
git clone https://github.com/<username>/slackexplorer.git
- Install the required dependencies:
pip install -r requirements.txt
To use SlackExplorer, follow the steps below:
- Navigate to the SlackExplorer directory:
cd slackexplorer/
- Run the tool:
Without cookie
python3 slackexplorer.py TOKEN
With cookie
python3 slackexplorer.py TOKEN -c 'COOKIES'
- Wait for the tool to perform a dump of the workspace users and search for exposed credentials in chats.
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.