nuclei-templates/http/exposures/tokens/postman/postman-key.yaml

25 lines
545 B
YAML
Raw Normal View History

2023-04-30 08:23:37 +00:00
id: postman-key
info:
name: Postman API Key
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/crates/noseyparker/data/default/rules/postman.yml
- https://learning.postman.com/docs/developer/intro-api/
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-04-30 08:23:37 +00:00
tags: postman,keys,token,api,exposure
http:
- method: GET
2023-04-30 12:19:29 +00:00
path:
2023-04-30 08:23:37 +00:00
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '\b(PMAK-[a-zA-Z0-9]{24}-[a-zA-Z0-9]{34})\b'