SlackPirate icon indicating copy to clipboard operation
SlackPirate copied to clipboard

unable to get any data

Open random-robbie opened this issue 3 years ago • 1 comments

Unable to get data.

this was using a token.

Python 3.7.2

[Credentials]: Attempting to find references to credentials
Traceback (most recent call last):
  File "./SlackPirate.py", line 1006, in <module>
    _interactive_command_line(args, selected_agent)
  File "./SlackPirate.py", line 937, in _interactive_command_line
    scan(token=provided_token, scan_context=collected_scan_context)
  File "./SlackPirate.py", line 393, in find_credentials
    page_count_by_query[query] = (r['messages']['pagination']['page_count'])
KeyError: 'messages'

random-robbie avatar Mar 13 '22 20:03 random-robbie

Error handling needed for /api/users.info

{
    "ok": false,
    "error": "invalid_auth"
}

random-robbie avatar Mar 13 '22 20:03 random-robbie