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

18 lines
359 B
YAML
Executable File

id: slack-webhook-token
info:
name: Slack Webhook Disclosure
author: Ice3man
severity: info
tags: exposure,token,slack
requests:
- 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}"