2022-07-03 08:41:31 +00:00
|
|
|
id: openresty-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: OpenResty detection
|
|
|
|
author: jcockhren
|
|
|
|
severity: info
|
|
|
|
description: Some deployments of OpenResty spill their version numbers.
|
|
|
|
tags: tech,openresty
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-07-03 08:41:31 +00:00
|
|
|
shodan-query: product:"OpenResty"
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-07-03 08:41:31 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: server
|
|
|
|
words:
|
|
|
|
- "openresty"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: header
|
|
|
|
regex:
|
|
|
|
- 'openresty/[0-9.]+'
|