System Properties Exposure
ID: system-properties-exposure
Severity: low
Author: DhiyaneshDk
Tags: misconfig,system,exposure
Description
Section titled “Description”System Properties is exposed.
YAML Source
Section titled “YAML Source”id: system-properties-exposure
info: name: System Properties Exposure author: DhiyaneshDk severity: low description: System Properties is exposed. metadata: verified: true max-request: 1 shodan-query: title:"System Properties" tags: misconfig,system,exposure
http: - method: GET path: - '{{BaseURL}}'
matchers-condition: and matchers: - type: word part: body words: - "System Properties:" - "Environment Variables:" condition: and
- type: status status: - 200# digest: 4b0a004830460221008d4ed93bcee032e8e519e7516140b3d10001dac8b6e27dc6a357b6c4038e70de0221008aaebab06a10685b4c91a67739a27c531446be81cd8ca27fd4e826e94a1abccb: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/misconfiguration/system-properties-exposure.yaml"