Cipher Secret Key Exposure
ID: cipher-secret-key
Severity: info
Author: israel comazzetto dos reis
Tags: exposure
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: cipher-secret-key
info: name: Cipher Secret Key Exposure author: israel comazzetto dos reis severity: info metadata: max-request: 1 tags: exposure
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - "cipherSecretKey:"
- type: status status: - 200# digest: 4a0a00473045022077f7c6f0980e993c4ef7500f99ff40168edb72c9f0754107e9c1597ae011f77d022100ae6ebcb3cdce01c43aad3ceb034e2c0bdaeb16017fa571b8d7b6c61755e9a322:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposures/tokens/nextjs/cipher-secret-key.yaml"