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