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

28 lines
554 B
YAML
Raw Normal View History

2021-09-14 17:00:18 +00:00
id: struts-problem-report
info:
name: Apache Struts Dev Mode - Detect
2021-09-14 17:00:18 +00:00
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
2021-09-14 17:00:18 +00:00
http:
2021-09-14 17:00:18 +00:00
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Struts Problem Report</title>'
- type: status
status:
- 200