parent
08e4fbd96a
commit
f4ceaddd13
|
@ -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
|
Loading…
Reference in New Issue