From c4bd000b932d9bfb0e8c909d8ecc3b2bbb7795c1 Mon Sep 17 00:00:00 2001 From: GwanYeong Kim Date: Thu, 6 Oct 2022 15:29:02 +0900 Subject: [PATCH 1/3] Create arris-modem-detect Signed-off-by: GwanYeong Kim --- exposed-panels/arris-modem-detect.yaml | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 exposed-panels/arris-modem-detect.yaml diff --git a/exposed-panels/arris-modem-detect.yaml b/exposed-panels/arris-modem-detect.yaml new file mode 100644 index 0000000000..35556cc9a2 --- /dev/null +++ b/exposed-panels/arris-modem-detect.yaml @@ -0,0 +1,29 @@ +id: arris-modem-detect + +info: + name: ARRIS Touchstone Telephony Modem - Panel Detect + author: gy741 + severity: info + metadata: + verified: true + shodan-query: html:"phy.htm" + tags: panel,arris + +requests: + - method: GET + path: + - "{{BaseURL}}/phy.htm" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'RF Parameters' + - 'Status' + - 'Interface Parameters' + condition: and + + - type: status + status: + - 200 From a93f406398209256f925efcbc5e5c15786b01b8d Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Oct 2022 15:15:47 +0530 Subject: [PATCH 2/3] Update arris-modem-detect.yaml --- exposed-panels/arris-modem-detect.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/exposed-panels/arris-modem-detect.yaml b/exposed-panels/arris-modem-detect.yaml index 35556cc9a2..a10f9157bf 100644 --- a/exposed-panels/arris-modem-detect.yaml +++ b/exposed-panels/arris-modem-detect.yaml @@ -19,10 +19,7 @@ requests: - type: word part: body words: - - 'RF Parameters' - - 'Status' - - 'Interface Parameters' - condition: and + - 'Touchstone Status' - type: status status: