20 lines
449 B
YAML
20 lines
449 B
YAML
|
id: default-apache-test-page
|
||
|
|
||
|
info:
|
||
|
name: Apache HTTP Server Test Page
|
||
|
author: dhiyaneshDk
|
||
|
severity: info
|
||
|
tags: tech,apache
|
||
|
reference: https://www.shodan.io/search?query=http.title%3A%22Apache+HTTP+Server+Test+Page+powered+by+CentOS%22
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Apache HTTP Server Test Page powered by CentOS</title>"
|
||
|
part: body
|