21 lines
391 B
YAML
21 lines
391 B
YAML
id: default-apache2-page
|
|
|
|
info:
|
|
name: Apache2 Default Test Page
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.title:"Apache2 Debian Default Page:"
|
|
tags: tech,apache
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Apache2 Debian Default Page: It works</title>"
|
|
part: body
|