26 lines
482 B
YAML
26 lines
482 B
YAML
|
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
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "zenserp"
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- '([0-9a-z-]{36})'
|