Create struts-showcase.yaml

patch-1
Dhiyaneshwaran 2023-02-08 12:01:32 +05:30 committed by GitHub
parent 7b4649b4fc
commit 333797b197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: struts-showcase
info:
name: Apache Struts - ShowCase Application Exposure
author: DhiyaneshDK
severity: low
reference:
- https://github.com/PortSwigger/j2ee-scan/blob/master/src/main/java/burp/j2ee/issues/impl/ApacheStrutsWebConsole.java
metadata:
verified: "true"
shodan-query: title:"Struts2 Showcase"
tags: apache,struts,showcase,misconfig,exposure
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/struts2-showcase/showcase.action'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Struts2 Showcase</title>'
- type: status
status:
- 200