nuclei-templates/misconfiguration/apache-struts-showcase.yaml

31 lines
720 B
YAML
Raw Normal View History

2023-02-09 05:15:52 +00:00
id: apache-struts-showcase
2023-02-08 06:31:32 +00:00
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
2023-02-08 07:01:34 +00:00
words:
2023-02-09 05:15:52 +00:00
- '<title>Struts2 Showcase'
2023-02-08 06:31:32 +00:00
- type: status
status:
- 200