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

24 lines
433 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
2021-09-16 20:48:04 +00:00
tags: exposure,apache,struts,debug
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