27 lines
467 B
YAML
27 lines
467 B
YAML
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:
|
|
- '<title>Touchstone Status</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|