commit
aaa54f13f8
|
@ -0,0 +1,26 @@
|
||||||
|
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
|
Loading…
Reference in New Issue