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

19 lines
380 B
YAML

id: default-nginx-page
info:
name: Nginx Default Test Page
author: dhiyaneshDk
severity: info
tags: tech,nginx
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>"
part: body