diff --git a/exposed-panels/wildfly-panel.yaml b/exposed-panels/wildfly-panel.yaml new file mode 100644 index 0000000000..87563eb4c3 --- /dev/null +++ b/exposed-panels/wildfly-panel.yaml @@ -0,0 +1,24 @@ +id: wildfly-panel + +info: + name: WildFly Instance Detection Template + author: righettod + severity: info + description: Try to detect the presence of a WildFly (ex-JBoss) instance via the login panel + tags: panel,jboss,wildfly + +requests: + - method: GET + path: + - "{{BaseURL}}/" + redirects: true + + matchers-condition: and + matchers: + - type: word + words: + - "Welcome to WildFly" + + - type: status + status: + - 200 \ No newline at end of file