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

21 lines
467 B
YAML
Raw Normal View History

2021-05-30 16:10:12 +00:00
id: default-redhat-test-page
info:
name: Red Hat Enterprise Linux Test Page
author: dhiyaneshDk
2021-05-31 04:51:03 +00:00
severity: info
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"Test Page for the Apache HTTP Server on Red Hat Enterprise Linux"
2021-05-31 04:51:03 +00:00
tags: tech,redhat
2021-05-30 16:10:12 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
2022-07-04 08:46:15 +00:00
2021-05-30 16:10:12 +00:00
matchers:
- type: word
words:
- "<title>Test Page for the Apache HTTP Server on Red Hat Enterprise Linux</title>"
2021-05-31 04:51:03 +00:00
part: body