nuclei-templates/http/technologies/default-openresty.yaml

22 lines
380 B
YAML

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