View Issue Details

IDProjectCategoryView StatusLast Update
0008582Kali LinuxNew Tool Requestspublic2024-04-29 09:05
Reporterfr4nk3nst1ner Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0008582: slackattack - Python script designed to interact with Slack's API
Description

[Name] - The name of the tool

SlackAttack

[Version] - What version of the tool should be added?

v1.0

If it uses source control (such as git), please make sure there is a release to match (e.g. git tag)
[Homepage] - Where can the tool be found online? Where to go to get more information?

https://github.com/fr4nk3nst1ner/slackattack

[Download] - Where to go to get the tool? either a download page or a link to the latest version

https://github.com/fr4nk3nst1ner/slackattack

[Author] - Who made the tool?

@fr4nk3nst1ner
[email protected]

[Licence] - How is the software distributed? What conditions does it come with?

GNU GENERAL PUBLIC LICENSE

[Description] - What is the tool about? What does it do?

The SlackAttack tool is a post-exploitation Python script designed to facilitate automated interactions with the Slack messaging platform. It is developed to provide users with a command-line interface for pillaging Slack-related activities, including searching conversations, messages, downloading files, and finding secrets within a Slack workspace. The tool supports two types of authentication methods: token-based and cookie-based.

Key functionalities of SlackAttack include:

Message Search and Secrets Identification: The tool allows users to search for specific messages or conversations within a Slack workspace and dump secrets using included regexes. Users can specify search criteria to narrow down the results.

Authentication Methods: SlackAttack supports both token-based and cookie-based authentication. Users can choose the appropriate method based on their access credentials.

Proxy Support: The tool offers proxy support, allowing users to route their requests through a proxy server for enhanced privacy or network configuration.

Command-Line Interface: Users interact with SlackAttack through the command line, providing command-line arguments for authentication details, search criteria, and other options.

[Dependencies] - What is needed for the tool to work?

=Python 3.7, argparse, requests, datetime

[Similar tools] - What other tools are out there?

Slack Pirate (no longer supported)

[Activity] - When did the project start? Is is still actively being deployed?

Q4 2023
The tool is actively being maintained and will indefinitely continue to be supported.

[How to install] - How do you compile it?

NA - it is a standalone script. Installed using the supplied requirements.txt file (pip3 install -r requirements.txt)

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-01-08 20:33 fr4nk3nst1ner New Issue
2024-04-26 15:01 g0tmi1k View Status private => public
2024-04-29 09:05 daniruiz Summary Add SlackAttack to Kali => slackattack - Python script designed to interact with Slack's API