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

20 lines
354 B
YAML

id: default-nginx-page
info:
name: Nginx Default Test Page
author: dhiyaneshDk
severity: info
metadata:
shodan-query: http.title:"Welcome to nginx!"
tags: tech,nginx
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>Welcome to nginx!</title>"
part: body