Skip to content

Cox Business Dominion Gateway Login Panel - Detect

ID: cox-business-panel

Severity: info

Author: DhiyaneshDK

Tags: cox,gateway,login,panel

Cox Business Dominion Gateway Login page was discovered.

id: cox-business-panel
info:
name: Cox Business Dominion Gateway Login Panel - Detect
author: DhiyaneshDK
severity: info
description: |
Cox Business Dominion Gateway Login page was discovered.
reference:
- https://samcurry.net/hacking-millions-of-modems
metadata:
verified: true
max-request: 1
shodan-query: html:"Cox Business"
tags: cox,gateway,login,panel
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Cox Business Dominion Gateway - Login"
- type: status
status:
- 200
# digest: 4b0a00483046022100cf56eeec534ccb47f6a69ba0a14c2f623d08e671db47df876451b3b03a10281f022100e00e4fd9b01a0ad8aa4923ac43a80f62e14a8e597e537f32031a6f96f634a7bc: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/cox-business-panel.yaml"

View on Github