nuclei-templates/exposures/logs/jboss-seam-debug-page.yaml

27 lines
538 B
YAML
Raw Normal View History

2021-07-01 17:04:38 +00:00
id: jboss-seam-debug-page
info:
name: Jboss Seam Debug Page Enabled
author: dhiyaneshDK
severity: medium
reference:
- https://github.com/jaeles-project/jaeles-signatures/blob/master/common/jboss-seam-debug-page.yaml
tags: jboss,logs,exposure
2021-07-01 17:04:38 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/debug.seam"
matchers-condition: and
matchers:
- type: word
words:
- "SeamDebugPage"
- "org.jboss.seam"
2021-07-03 19:52:08 +00:00
condition: and
2021-07-01 17:04:38 +00:00
- type: status
status:
- 200