Add WILFLY detection

See https://www.wildfly.org/
patch-1
Dominique RIGHETTO 2021-06-28 20:12:24 +02:00 committed by GitHub
parent 08e4fbd96a
commit f4ceaddd13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -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