Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

ARRIS Touchstone Telephony Modem - Panel Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#arris
Description

ARRIS Touchstone Telephony Modem - Panel Detect

What is the "ARRIS Touchstone Telephony Modem - Panel Detect?"

The "ARRIS Touchstone Telephony Modem - Panel Detect" module is designed to detect the presence of the ARRIS Touchstone Telephony Modem status panel. This module is used to identify the configuration and status of the ARRIS Touchstone Telephony Modem.

This module is classified as informative, meaning it provides valuable information about the target system but does not pose a direct security risk.

This module was authored by gy741.

Impact

The impact of this module is limited to providing information about the status panel of the ARRIS Touchstone Telephony Modem. It does not directly impact the security or functionality of the system.

How does the module work?

The "ARRIS Touchstone Telephony Modem - Panel Detect" module works by sending an HTTP GET request to the "/phy.htm" path of the target system. It then applies matching conditions to determine if the target system's response indicates the presence of the Touchstone status panel.

The matching conditions used by this module are:

- The response body must contain the HTML title tag "<title>Touchstone Status</title>". - The HTTP response status code must be 200 (OK).

If both matching conditions are met, the module reports that the ARRIS Touchstone Telephony Modem status panel was detected.

Example HTTP request:

GET /phy.htm

Note: The above example is a simplified representation of the HTTP request used by the module.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/phy.htm
Matching conditions
word: <title>Touchstone Status</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability