nuclei-templates/http/exposures/tokens/mailgun/mailgun-api-token.yaml

24 lines
546 B
YAML
Raw Normal View History

id: mailgun-api-token
2023-03-07 09:40:29 +00:00
info:
name: Mailgun API Key
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/mailgun.yml
- https://documentation.mailgun.com/en/latest/api-intro.html#authentication-1
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-03-07 09:40:29 +00:00
tags: mailgun,token,exposure
http:
2023-03-07 09:40:29 +00:00
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '(?i)(?:mailgun|mg).{0,20}key-([a-z0-9]{32})\b'