nuclei-templates/exposures/configs/httpd-config.yaml

33 lines
701 B
YAML
Raw Normal View History

2021-04-26 08:19:39 +00:00
id: httpd-config
info:
name: Apache httpd Config File - Detect
2021-04-26 08:19:39 +00:00
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:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
2021-04-26 08:19:39 +00:00
tags: config,exposure,httpd
requests:
- method: GET
path:
- "{{BaseURL}}/httpd.conf"
2021-04-26 08:36:32 +00:00
2021-04-26 08:19:39 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "LoadModule"
- "# LoadModule"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2023/02/05