nuclei-templates/exposures/tokens/slack/slack-bot-token.yaml

18 lines
299 B
YAML
Raw Normal View History

2021-04-08 15:45:49 +00:00
id: slack-bot-token
info:
2021-04-08 15:45:49 +00:00
name: Slack access token
author: nadino
2020-09-20 12:57:43 +00:00
severity: info
tags: exposure,token,slack
requests:
- method: GET
path:
2021-01-13 07:31:46 +00:00
- "{{BaseURL}}"
2020-07-30 08:16:37 +00:00
extractors:
- type: regex
part: body
regex:
2021-04-08 15:45:49 +00:00
- "xoxb-[0-9A-Za-z\\-]{51}"