Create jboss-seam-debug-page.yaml
parent
453b09d3ff
commit
a53902e99c
|
@ -0,0 +1,23 @@
|
||||||
|
id: jboss-seam-debug-page
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Jboss Seam Debug Page Enabled
|
||||||
|
author: dhiyaneshDK
|
||||||
|
severity: medium
|
||||||
|
tags: logs,exposure
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/debug.seam"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "SeamDebugPage"
|
||||||
|
- "org.jboss.seam"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue