nuclei-templates/http/technologies/default-fedora-page.yaml

22 lines
417 B
YAML
Raw Normal View History

2021-05-30 14:36:33 +00:00
id: default-fedora-page
info:
name: Fedora Default Test Page
author: dhiyaneshDk
2021-05-31 04:51:03 +00:00
severity: info
2022-07-04 08:46:15 +00:00
metadata:
max-request: 1
2022-07-04 08:46:15 +00:00
shodan-query: http.title:"Test Page for the HTTP Server on Fedora"
2021-05-31 04:51:03 +00:00
tags: tech,fedora
2021-05-30 14:36:33 +00:00
http:
2021-05-30 14:36:33 +00:00
- method: GET
path:
- '{{BaseURL}}'
2022-07-04 08:46:15 +00:00
2021-05-30 14:36:33 +00:00
matchers:
- type: word
words:
- '<title>Test Page for the HTTP Server on Fedora</title>'
2021-05-31 04:51:03 +00:00
part: body