PHPStan Configuration Page - Detect
ID: phpstan-config
Severity: info
Author: DhiyaneshDK
Tags: devops,exposure
Description
Section titled “Description”PHPStan configuration page was detected.
YAML Source
Section titled “YAML Source”id: phpstan-config
info: name: PHPStan Configuration Page - Detect author: DhiyaneshDK severity: info description: PHPStan configuration page was detected. reference: https://phpstan.org/ 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: 1 shodan-query: html:"phpstan.neon" tags: devops,exposure
http: - method: GET path: - "{{BaseURL}}/phpstan.neon"
matchers-condition: and matchers: - type: word words: - 'parameters:'
- type: word part: header words: - "text/html" - "application/javascript" negative: true
- type: status status: - 200# digest: 490a004630440220023eb38dec78276878b70b461661a22b815adba5a3e66ee6acb8639bb177890e0220311d10c76ed48c45a84c462213cd6518c58779832b13e01d7828f4d6186cb064: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/phpstan-config.yaml"