nuclei-templates/http/technologies/apache/default-apache-test-page.yaml

22 lines
440 B
YAML

id: default-apache-test-page
info:
name: Apache HTTP Server Test Page
author: dhiyaneshDk
severity: info
metadata:
max-request: 1
shodan-query: http.title:"Apache HTTP Server Test Page powered by CentOS"
tags: tech,apache
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>Apache HTTP Server Test Page powered by CentOS</title>"
part: body