Skip to content

ARRIS Touchstone Telephony Modem - Panel Detect

ID: arris-modem-detect

Severity: info

Author: gy741

Tags: panel,arris,commscope

ARRIS Touchstone Telephony Modem status panel was detected.

id: arris-modem-detect
info:
name: ARRIS Touchstone Telephony Modem - Panel Detect
author: gy741
severity: info
description: ARRIS Touchstone Telephony Modem status 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:h:commscope:dg3450:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: commscope
product: dg3450
shodan-query:
- html:"phy.htm"
- http.html:"phy.htm"
fofa-query: body="phy.htm"
tags: panel,arris,commscope
http:
- method: GET
path:
- "{{BaseURL}}/phy.htm"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Touchstone Status</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022041a19438f0b9f4a116d33344d61d0ceacb508622dc3d98715ad87b0d667db808022100c72ea765c62833d8c3416866fce86182ab6b1f92fd67f3e61b874972888f7055: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/arris-modem-detect.yaml"

View on Github