nuclei-templates/http/exposures/tokens/zenserp/zenserp-api-key.yaml

28 lines
513 B
YAML
Raw Normal View History

2022-04-12 10:38:10 +00:00
id: zenserp-api-key
info:
name: Zenserp Api Key
author: ritikchaddha
severity: info
reference:
- https://github.com/trufflesecurity/trufflehog/blob/main/pkg/detectors/zenserp/zenserp.go
tags: exposure,token,zenserp,apikey
metadata:
max-request: 1
2022-04-12 10:38:10 +00:00
http:
2022-04-12 10:38:10 +00:00
- method: GET
path:
- "{{BaseURL}}"
2022-12-22 06:01:15 +00:00
matchers:
- type: word
part: body
words:
- "zenserp"
2022-04-12 10:38:10 +00:00
extractors:
- type: regex
part: body
regex:
- '([0-9a-z-]{36})'