mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
26 lines
759 B
YAML
26 lines
759 B
YAML
id: default-apache-test-page
|
|
|
|
info:
|
|
name: Apache HTTP Server Test Page
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
classification:
|
|
cpe: cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: apache
|
|
product: http_server
|
|
shodan-query: http.title:"Apache HTTP Server Test Page powered by CentOS"
|
|
tags: tech,apache,discovery
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Apache HTTP Server Test Page powered by CentOS</title>"
|
|
part: body
|
|
# digest: 4a0a00473045022100da8b348377e9ac3795d2d270e22f400fd7be86c665895e2a30cfe3769ac7f47202203963490f65db8970ba9e543f4c45fbe384bd548e54745fd4689225f2dae343a9:922c64590222798bb761d5b6d8e72950 |