2022-10-23 06:13:14 +00:00
|
|
|
id: openfire-admin-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Openfire Admin Console
|
|
|
|
author: theamanrawat
|
|
|
|
severity: info
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: http.title:"Openfire Admin Console"
|
2022-10-25 09:12:28 +00:00
|
|
|
tags: panel,openfire,admin,console
|
2022-10-23 06:13:14 +00:00
|
|
|
|
|
|
|
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:'
|
2022-10-25 09:12:28 +00:00
|
|
|
condition: or
|
2022-10-23 06:13:14 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2022-10-25 09:12:28 +00:00
|
|
|
- 200
|