[Enterprise] Slack Flagged login with Cookie and Token as Suspicious activity #526
-
|
I have been trying to authorize for a new enterprise workspace and tried it twice using cookie and token as browser auth wasnt working. Is there any known solution for this ? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 13 replies
-
|
Hey @the-qubit-guy , unfortunately no, they have recently introduced this on Enterprise workspaces (about a month or so), and there's no known workaround yet. I tried to address it by using different User Agent in the latest version, but as you're getting this error, it seems that it did not help. Their detection criteria are unknown, can only guess that it may be the pattern of requests, or the rate. Let me know if you are able to find a workaround, that would be of help to many. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the reply @rusq . Amazed to see what you and the community have built ! Will let u know if i find a way ! |
Beta Was this translation helpful? Give feedback.
-
|
Hi there. In my Slack MCP Server have in most of cases successfully mitigated this issue by faking TLS handshakes. /cc @rusq, also thank you for your library it is a great basis for that proj! :) I hope my comment will help to improve the core library |
Beta Was this translation helpful? Give feedback.
-
|
Submitted #622 , will merge into master shortly — would appreciate if someone could test this on Enterprise instance — Thanks to @korotovsky and @wham for inspiration examples, and motivation :) |
Beta Was this translation helpful? Give feedback.
I just tested it with the latest
mastercommit (bb5571c) and it works now without logging myself out.The
go run ./cmd/slackdump resumewhich normally suspended my session after a few seconds works now seemless.The emoji dump worked as well, the channel listing eventuelly kicked me out, but that can be as well just because we have a lot of channels. :)
$ go run ./cmd/slackdump emoji -full 2026-02-24 14:33:06 INFO Emojis downloaded ├ dir: slackdump_20260224_143140.zip └ took: 1m26.032744958s $ go run ./cmd/slackdump list channels -enterprise 2026-02-24 14:34:29 INFO authentication details expired,…