2021-11-01 16:12:02 +00:00
|
|
|
id: default-apache-test-all
|
2021-11-01 17:52:57 +00:00
|
|
|
|
2021-11-01 16:12:02 +00:00
|
|
|
info:
|
|
|
|
name: Apache HTTP Server Test Page
|
|
|
|
author: andydoering
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
description: Detects default installations of apache (not just apache2 or installations on CentOS)
|
2024-09-10 09:08:16 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*
|
2021-11-01 17:52:57 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2024-09-10 08:22:50 +00:00
|
|
|
vendor: apache
|
2024-09-10 09:08:16 +00:00
|
|
|
product: http_server
|
|
|
|
shodan-query: http.title:"Apache+Default","Apache+HTTP+Server+Test","Apache2+It+works"
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: tech,apache
|
2021-11-01 17:52:57 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-11-01 16:12:02 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}'
|
2021-11-01 17:52:57 +00:00
|
|
|
|
2021-11-01 16:12:02 +00:00
|
|
|
matchers:
|
2023-10-14 11:27:55 +00:00
|
|
|
- type: regex # type of the extractor
|
|
|
|
part: body # part of the response (header,body,all)
|
2021-11-01 17:52:57 +00:00
|
|
|
condition: or
|
2021-11-01 16:12:02 +00:00
|
|
|
regex:
|
|
|
|
- "<title>.*?Apache(|\\d+) .*?(Default|Test).*?</title>"
|
2021-11-01 17:36:30 +00:00
|
|
|
- "<title>(Default|Test).*? Apache(|\\d+).*?</title>"
|
2021-11-01 17:52:57 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: kval
|
|
|
|
part: header
|
|
|
|
kval:
|
2022-02-28 14:09:26 +00:00
|
|
|
- server
|
2024-09-12 05:14:01 +00:00
|
|
|
# digest: 490a00463044022067c6f72fe6fe59a41e46398dcd6ad696bb12cfb93b63d1b4d276ef85dcf2535b0220794eb1239b881b054223464ce34b2d11b751c85cb995034353cc650ed5cd96be:922c64590222798bb761d5b6d8e72950
|