Merge pull request #6698 from projectdiscovery/struts-ognl-console

Create struts-ognl-console.yaml
patch-1
Ritik Chaddha 2023-02-09 10:46:51 +05:30 committed by GitHub
commit cfea6b215b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: struts-ognl-console
info:
name: Apache Struts - OGNL Console
author: DhiyaneshDK
severity: unknown
description: |
This development console allows the evaluation of OGNL expressions that could lead to Remote Command Execution
remediation: Restrict access to the struts console on the production server
reference:
- https://github.com/PortSwigger/j2ee-scan/blob/master/src/main/java/burp/j2ee/issues/impl/ApacheStrutsWebConsole.java
metadata:
verified: "true"
shodan-query: html:"Struts Problem Report"
tags: apache,struts,ognl,panel
requests:
- method: GET
path:
- '{{BaseURL}}/struts/webconsole.html?debug=console'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Welcome to the OGNL console!'
- type: status
status:
- 200