18 lines
384 B
YAML
18 lines
384 B
YAML
|
id: microsoft-teams-webhook
|
||
|
|
||
|
info:
|
||
|
name: Microsoft Teams Webhook Disclosure
|
||
|
author: Ice3man
|
||
|
severity: info
|
||
|
tags: exposure,token,microsoft
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- 'https://outlook\.office\.com/webhook/[A-Za-z0-9\-@]+/IncomingWebhook/[A-Za-z0-9\-]+/[A-Za-z0-9\-]+'
|