21 lines
387 B
YAML
21 lines
387 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
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Apache2 Debian Default Page: It works</title>"
|
||
|
part: body
|