Apache Shenyu Gateway Management System - Detect
ID: apache-shenyu-detect
Severity: info
Author: icarot
Tags: tech,shenyu,apache,detect
Description
Section titled “Description”Detects a Apache Shenyu Gateway Management System, a Java native API Gateway for service proxy, protocol conversion and API governance.
YAML Source
Section titled “YAML Source”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# digest: 4a0a00473045022100dee2ed753d8b0a25117911faaeb7c479b62319fa6d7843b4b81362f39bc65513022034860d9e27010f0360ad0e7ba68dacf5c1e9957a3cff003f86bffd69471e4aa3:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/apache/apache-shenyu-detect.yaml"