Create postman-api-key.yaml

patch-1
Dhiyaneshwaran 2023-04-30 13:54:46 +05:30 committed by GitHub
parent 9286f2174d
commit 95a42ec45a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
id: postman-api-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:
verified: "true"
tags: postman,keys,file,token
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- '\b(PMAK-[a-zA-Z0-9]{24}-[a-zA-Z0-9]{34})\b'