Skip to content

Releases: emtunc/SlackPirate

New scan module: Find Pinned Messages

14 Jan 13:21
dc73c6f
Compare
Choose a tag to compare
  • This release includes a new scan module - find_pinned_messages. This will search all channels the token has access to (including private ones) and dump pinned messages. These often contain sensitive information.
  • Additional keyword added to the LINKS_QUERIES variable - SlackPirate will now also search for the word swagger in it's search for interesting links.

Time-stamped output folder and rate-limit improvements

12 Jan 00:50
4c336ec
Compare
Choose a tag to compare
  • Output folder is now automatically timestamped to prevent older results from being overwritten. This means you can do things like compare/diff old and new results

  • Improved the rate limit checks - shouldn't get errors relating to this anymore

SlackPirate - 0.6

12 Jan 00:39
31bdac6
Compare
Choose a tag to compare
  • Added a new function to check whether the token supplied is an admin, owner or primary_owner token. If it is, print this information to stdout.

SlackPirate - 0.5

11 Jan 02:01
Compare
Choose a tag to compare
  • Option flags added. Run ``SlackPirate.py --help` for a list of all available options and flags! Thanks @influenza @milangfx

SlackPirate - 0.4

10 Jan 00:32
a4e8447
Compare
Choose a tag to compare
  • User Agent header is now randomised every time the tool is run.
  • Fix for JSON output format so that it is now valid, RFC compliant JSON