19 lines
391 B
YAML
19 lines
391 B
YAML
|
id: default-openresty
|
||
|
|
||
|
info:
|
||
|
name: OpenResty Default Page
|
||
|
author: dhiyaneshDk
|
||
|
severity: info
|
||
|
tags: tech,openrestry
|
||
|
reference: https://www.shodan.io/search?query=http.title%3A%22Welcome+to+OpenResty%21%22
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Welcome to OpenResty!</title>"
|
||
|
part: body
|