nuclei-templates/http/exposures/logs/struts-problem-report.yaml

30 lines
586 B
YAML

id: struts-problem-report
info:
name: Apache Struts Dev Mode - Detect
author: dhiyaneshDK
severity: low
description: Multiple Apache Struts applications were detected in dev-mode.
reference:
- https://www.exploit-db.com/ghdb/4278
tags: struts,debug,edb,exposure,apache
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Struts Problem Report</title>'
- type: status
status:
- 200
# Enhanced by md on 2023/03/07