Mitel Login Panel - Detect
ID: mitel-panel-detect
Severity: info
Author: ritikchaddha
Tags: panel,mitel
Description
Section titled “Description”Mitel login panel was detected.
YAML Source
Section titled “YAML Source”id: mitel-panel-detect
info: name: Mitel Login Panel - Detect author: ritikchaddha severity: info description: Mitel 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:mitel:cmg_suite:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: mitel product: cmg_suite shodan-query: - http.html:"Mitel Networks" - http.html:"mitel networks" fofa-query: body="mitel networks" tags: panel,mitel
http: - method: GET path: - "{{BaseURL}}" - "{{BaseURL}}/server-common/cgi-bin/login"
stop-at-first-match: true host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - "Mitel Networks Corporation"
- type: status status: - 200# digest: 490a004630440220010ec207b5b54aa95be6fa8ec55d707c90a2d9e97d044a98f15e1a19e54de08302205979835150902dca825dbffb12a32081088ea6428a8bd762b390023749fd54ec: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/mitel-panel-detect.yaml"