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