I'm looking into Slack's integrations and well, I'll paste an edited version of mine here:
API Token: ecbr-33598907266-3sArMzpiKksmA73mRKGja1GB
Webhook URL: https://hooks.slack.com/services/X0F5H7V8S/P15GYA26D/gcHAYaY0kZFCirN1aywJTF0Q
I can see both of these being a case of security through obscurity, but can't they still be guessed? I know many combinations will have to be run, so, it's not entirely secure. I can see a countermeasure being stopping a server from requesting all the possibilities thereby making it harder to guess. Probably a bigger vulnerability is leaking the token somehow... But I'm curious to know how safe OAuth tokens and GUID URLs are in general.