nuclei-templates/http/token-spray/api-slack.yaml

28 lines
505 B
YAML

id: api-slack
info:
name: Slack API Test
author: zzeitlin
severity: info
reference:
- https://api.slack.com/methods/auth.test
tags: token-spray,slack
metadata:
max-request: 1
self-contained: true
http:
- method: POST
path:
- "https://slack.com/api/auth.test"
headers:
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- '"url":'
- '"team_id":'
- '"user_id":'
condition: and