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

25 lines
443 B
YAML
Raw Normal View History

2021-09-14 17:00:18 +00:00
id: struts-problem-report
info:
2021-09-16 20:48:04 +00:00
name: Apache Struts in Dev Mode
2021-09-14 17:00:18 +00:00
author: dhiyaneshDK
severity: low
reference:
- https://www.exploit-db.com/ghdb/4278
tags: struts,debug,edb,exposure,apache
2021-09-14 17:00:18 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Struts Problem Report</title>'
- type: status
status:
- 200