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

19 lines
380 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
tags: tech,nginx
2021-05-30 14:49:25 +00:00
reference: https://www.shodan.io/search?query=http.title%3A%22Welcome+to+nginx%21%22
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>Welcome to nginx!</title>"
2021-05-31 04:51:03 +00:00
part: body