nuclei-templates/exposed-panels/openfire-admin-panel.yaml

31 lines
595 B
YAML

id: openfire-admin-panel
info:
name: Openfire Admin Console
author: theamanrawat
severity: info
metadata:
verified: true
shodan-query: http.title:"Openfire Admin Console"
tags: panel,openfire,admin,console
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/login.jsp'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Openfire Admin Console'
- 'Openfire, Version:'
condition: or
- type: status
status:
- 200