nuclei-templates/technologies/nginx/default-nginx-page.yaml

20 lines
354 B
YAML
Raw Normal View History

2021-05-30 14:49:25 +00:00
id: default-nginx-page
info:
name: Nginx Default 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:"Welcome to nginx!"
2021-05-31 04:51:03 +00:00
tags: tech,nginx
2021-05-30 14:49:25 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>Welcome to nginx!</title>"
2021-05-31 04:51:03 +00:00
part: body