nuclei-templates/http/exposures/tokens/slack/slack-webhook-token.yaml

20 lines
386 B
YAML
Raw Normal View History

2021-04-08 15:45:49 +00:00
id: slack-webhook-token
info:
name: Slack Webhook Disclosure
author: Ice3man
severity: info
tags: exposure,token,slack
metadata:
max-request: 1
2021-04-08 15:45:49 +00:00
http:
2021-04-08 15:45:49 +00:00
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "https://hooks\\.slack\\.com/services/T[a-zA-Z0-9_]{8}/B[a-zA-Z0-9_]{8}/[a-zA-Z0-9_]{24}"