31 lines
720 B
YAML
31 lines
720 B
YAML
id: apache-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'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|