diff --git a/exposures/logs/jboss-seam-debug-page.yaml b/exposures/logs/jboss-seam-debug-page.yaml new file mode 100644 index 0000000000..da47db57cc --- /dev/null +++ b/exposures/logs/jboss-seam-debug-page.yaml @@ -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