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