Openfire Admin Console Login Panel - Detect
ID: openfire-admin-panel
Severity: info
Author: theamanrawat
Tags: panel,openfire,admin,console,igniterealtime
Description
Section titled “Description”Openfire Admin Console login panel was detected.
YAML Source
Section titled “YAML Source”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 cwe-id: CWE-200 cpe: cpe:2.3:a:igniterealtime:openfire:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: igniterealtime product: openfire shodan-query: - http.title:"Openfire Admin Console" - http.title:"openfire" - http.title:"openfire admin console" fofa-query: - title="openfire" - title="openfire admin console" google-query: - intitle:"openfire admin console" - intitle:"openfire" tags: panel,openfire,admin,console,igniterealtime
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:' condition: or
- type: status status: - 200# digest: 490a0046304402206c924f590cda4bd1f5a6014fbdc087ff3ba0537b6eb7b8a0a5f0c7765c1355220220556448a566b860d9f37da8b14e1b4c4220a58362f9db6aaf996293bdf00baa47:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/openfire-admin-panel.yaml"