You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO]: Token looks valid! URL https://xxxxx.slack.com
File "/Users/rwiggins/tools/SlackPirate/SlackPirate.py", line 1036, in <module>
if check_if_admin_token(token=provided_token, scan_context=collected_scan_context):
File "/Users/rwiggins/tools/SlackPirate/SlackPirate.py", line 238, in check_if_admin_token
return r['user']['is_admin'] or r['user']['is_owner'] or r['user']['is_primary_owner']
JSON returned. suspect account might not have the right permissions so needs to error out properly.
Python 3.10.5
python3 SlackPirate.py --token xxxxxx
JSON returned. suspect account might not have the right permissions so needs to error out properly.
The text was updated successfully, but these errors were encountered: