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

29 lines
513 B
YAML

id: openresty-detect
info:
name: OpenResty detection
author: jcockhren
severity: info
description: Some deployments of OpenResty spill their version numbers.
tags: tech,openresty
metadata:
max-request: 1
shodan-query: product:"OpenResty"
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: server
words:
- "openresty"
extractors:
- type: regex
part: header
regex:
- 'openresty/[0-9.]+'