Skip to content

AudioCodes Login - Panel Detect

ID: audiocodes-detect

Severity: info

Author: princechaddha

Tags: panel,audiocodes

AudioCodes login panel was detected.

id: audiocodes-detect
info:
name: AudioCodes Login - Panel Detect
author: princechaddha
severity: info
description: AudioCodes 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:o:audiocodes:420hd_ip_phone_firmware:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.html:"Audiocodes"
product: 420hd_ip_phone_firmware
vendor: audiocodes
tags: panel,audiocodes
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "AudioCodes"
- "login"
condition: and
- type: status
status:
- 203
# digest: 490a00463044022034f514e57b140aeb4accce94dc1be21ce3d8f1acda7f534c8025996f4e70e3cd0220484b354a7db64d952419b55ca4d5f4ae935eeea170fa4c48cc8b948e51ad61a4:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/audiocodes-detect.yaml"

View on Github