Apache httpd Config File - Detect
ID: httpd-config
Severity: info
Author: sheikhrishad
Tags: config,exposure,httpd
Description
Section titled “Description”Apache httpd configuration information was detected.
YAML Source
Section titled “YAML Source”id: httpd-config
info: name: Apache httpd Config File - Detect author: sheikhrishad severity: info description: Apache httpd configuration information was detected. reference: https://httpd.apache.org/docs/current/configuring.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: max-request: 1 tags: config,exposure,httpd
http: - method: GET path: - "{{BaseURL}}/httpd.conf"
matchers-condition: and matchers: - type: word words: - "LoadModule" - "# LoadModule" condition: and
- type: status status: - 200# digest: 4a0a00473045022036b051f657a660009bc5181184487fb1f4f3dc90a84862fe44f0a71be34bc3ce022100a880cd6fbe632772fe8877829b30283754c4072790536111442e06ce7e0098be: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/httpd-config.yaml"