nuclei-templates/http/exposures/tokens/nextjs/cipher-secret-key.yaml

26 lines
402 B
YAML

id: cipher-secret-key
info:
name: Cipher Secret Key Exposure
author: israel comazzetto dos reis
severity: info
tags: exposure
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "cipherSecretKey:"
- type: status
status:
- 200