2021-04-26 08:19:39 +00:00
|
|
|
id: httpd-config
|
|
|
|
|
|
|
|
info:
|
2023-02-05 18:11:38 +00:00
|
|
|
name: Apache httpd Config File - Detect
|
2021-04-26 08:19:39 +00:00
|
|
|
author: sheikhrishad
|
|
|
|
severity: info
|
2023-02-05 21:49:29 +00:00
|
|
|
description: Apache httpd configuration information was detected.
|
2023-02-05 18:11:38 +00:00
|
|
|
reference: https://httpd.apache.org/docs/current/configuring.html
|
|
|
|
classification:
|
2023-03-03 15:27:54 +00:00
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 0
|
2023-02-05 18:11:38 +00:00
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: config,exposure,httpd
|
2021-04-26 08:19:39 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-04-26 08:19:39 +00:00
|
|
|
- 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:
|
2023-02-05 18:11:38 +00:00
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100dfc34a4588536eba65e0daf902a74caa3afda7d518e1dfaf28c505eb9b1e887c0221009de9ca13a5d7ec9d6db211b2577379bf82db16090789b5bf61f596ea3f6cb2d8:922c64590222798bb761d5b6d8e72950
|