Merge pull request #10454 from icarot/main

Create apache-shenyu-gateway-admin-detect.yaml
main
Dhiyaneshwaran 2024-08-13 17:11:52 -07:00 committed by GitHub
commit ddcb63116b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 0 deletions

View File

@ -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