Skip to content

Verizon Router Panel - Detect

ID: verizon-router-panel

Severity: info

Author: theamanrawat

Tags: panel,verizon,router

Verizon router panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:o:verizon:fios_actiontec_mi424wr-gen31_router_firmware:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Verizon Router"
product: fios_actiontec_mi424wr-gen31_router_firmware
vendor: verizon
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: 490a0046304402200d82ce6092f9e49a1117b82fb783fe82259281f419cdd9a8cf9eb045428e9a45022023e016bcc415693d688a9c02f875fe152dfacc3ec89a6dd2edce4f5cd60a35b2:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/verizon-router-panel.yaml"

View on Github