35 lines
846 B
YAML
35 lines
846 B
YAML
id: verizon-router-panel
|
|
|
|
info:
|
|
name: Verizon Router Panel - Detect
|
|
author: theamanrawat
|
|
severity: info
|
|
description: Verizon router 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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"Verizon Router"
|
|
tags: panel,verizon,router
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Verizon Router</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a00463044022031c7266b9cd4b081d5102b29dd02220718f1385435e0d8a2096caf55a47b73de02204e808dfff9da38b655f43f3a4bf3620ec24cf7e8b1153931f8b562ae0d45f5df:922c64590222798bb761d5b6d8e72950
|