phpspec Config - Detect
ID: phpsec-config
Severity: info
Author: DhiyaneshDK
Tags: exposure,phpsec,php,devops,cicd
Description
Section titled “Description”phpspec configuration information was detected.
YAML Source
Section titled “YAML Source”id: phpsec-config
info: name: phpspec Config - Detect author: DhiyaneshDK severity: info description: phpspec configuration information was detected. reference: https://phpspec.net/en/stable/cookbook/configuration.html classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0 cwe-id: CWE-200 metadata: verified: true max-request: 2 shodan-query: html:"phpspec.yml" tags: exposure,phpsec,php,devops,cicd
http: - method: GET path: - "{{BaseURL}}/.phpspec.yml" - "{{BaseURL}}/phpspec.yml"
stop-at-first-match: true
matchers-condition: and matchers: - type: word words: - 'suites:' - 'main:' - 'namespace:' condition: and
- type: status status: - 200# digest: 4b0a00483046022100ca521f372235bfe61b9c60b773ff08e2155fc431f62cd1b9ba06ce6d1ae50b91022100d34e9c4ac57a333760f5e24c309195ded7fa3365a0555eeb4c1ab6d45a1e88f4: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/configs/phpsec-config.yaml"