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

37 lines
816 B
YAML
Raw Normal View History

id: openfire-admin-panel
info:
name: Openfire Admin Console Login Panel - Detect
author: theamanrawat
severity: info
description: Openfire Admin Console login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 2
verified: true
shodan-query: http.title:"Openfire Admin Console"
2022-10-25 09:12:28 +00:00
tags: panel,openfire,admin,console
http:
- 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
- type: status
status:
2022-10-25 09:12:28 +00:00
- 200