nuclei-templates/exposed-panels/jboss/jboss-soa-platform.yaml

27 lines
489 B
YAML

id: jboss-soa-platform
info:
name: JBoss SOA Platform Panel - Detect
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: http.title:"Welcome to the JBoss SOA Platform"
tags: panel,jboss,soa
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Welcome to the JBoss SOA Platform'
- type: status
status:
- 200