2021-08-08 14:44:24 +00:00
|
|
|
id: apache-detect
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2020-09-22 22:16:37 +00:00
|
|
|
info:
|
2021-08-08 14:44:24 +00:00
|
|
|
name: Apache Detection
|
2020-09-22 22:16:37 +00:00
|
|
|
author: philippedelteil
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
description: Some Apache servers have the version on the response header. The OpenSSL version can be also obtained
|
2021-08-08 14:44:54 +00:00
|
|
|
tags: tech,apache
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-08-08 14:44:54 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-09-22 22:16:37 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
2021-08-08 14:44:24 +00:00
|
|
|
|
2020-09-22 22:16:37 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2020-09-24 18:16:21 +00:00
|
|
|
|
|
|
|
- type: regex
|
|
|
|
part: header
|
|
|
|
regex:
|
|
|
|
- "Apache+"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
2020-09-22 22:16:37 +00:00
|
|
|
extractors:
|
|
|
|
- type: kval
|
|
|
|
part: header
|
|
|
|
kval:
|
2021-09-12 17:37:16 +00:00
|
|
|
- Server
|