nuclei-templates/http/technologies/default-redhat-test-page.yaml

22 lines
482 B
YAML

id: default-redhat-test-page
info:
name: Red Hat Enterprise Linux Test Page
author: dhiyaneshDk
severity: info
metadata:
max-request: 1
shodan-query: http.title:"Test Page for the Apache HTTP Server on Red Hat Enterprise Linux"
tags: tech,redhat
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>Test Page for the Apache HTTP Server on Red Hat Enterprise Linux</title>"
part: body