Merge pull request #6699 from projectdiscovery/struts-showcase

Create struts-showcase.yaml
patch-1
Ritik Chaddha 2023-02-09 10:49:32 +05:30 committed by GitHub
commit 749529a367
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: 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