22 lines
417 B
YAML
22 lines
417 B
YAML
id: default-fedora-page
|
|
|
|
info:
|
|
name: Fedora Default Test Page
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"Test Page for the HTTP Server on Fedora"
|
|
tags: tech,fedora
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Test Page for the HTTP Server on Fedora</title>'
|
|
part: body
|