2021-04-08 15:45:49 +00:00
|
|
|
id: slack-webhook-token
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Slack Webhook Disclosure
|
|
|
|
author: Ice3man
|
|
|
|
severity: info
|
2021-04-13 13:48:02 +00:00
|
|
|
tags: exposure,token,slack
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-04-08 15:45:49 +00:00
|
|
|
|
2023-04-27 04:28:59 +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}"
|