19 lines
425 B
YAML
19 lines
425 B
YAML
id: default-fedora-page
|
|
|
|
info:
|
|
name: Fedora Default Test Page
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
tags: tech,fedora
|
|
reference: https://www.shodan.io/search?query=http.title%3A%22Test+Page+for+the+HTTP+Server+on+Fedora%22
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Test Page for the HTTP Server on Fedora</title>'
|
|
part: body
|