commit
ddcb63116b
|
@ -0,0 +1,30 @@
|
|||
id: apache-shenyu-detect
|
||||
|
||||
info:
|
||||
name: Apache Shenyu Gateway Management System - Detect
|
||||
author: icarot
|
||||
severity: info
|
||||
description: |
|
||||
Detects a Apache Shenyu Gateway Management System, a Java native API Gateway for service proxy, protocol conversion and API governance.
|
||||
metadata:
|
||||
max-request: 1
|
||||
vendor: apache
|
||||
product: shenyu
|
||||
shodan-query: title:"shenyu"
|
||||
tags: tech,shenyu,apache,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>Apache ShenYu Gateway</title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue