Skip to content

Vodafone Vox UI Login Panel - Detect

ID: vodafone-voxui-panel

Severity: info

Author: Hardik-Solanki

Tags: panel,vodafone

Vodafone Vox UI login panel was detected.

id: vodafone-voxui-panel
info:
name: Vodafone Vox UI Login Panel - Detect
author: Hardik-Solanki
severity: info
description: Vodafone Vox UI login 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
metadata:
verified: true
max-request: 1
shodan-query: title:"Vodafone Vox UI"
tags: panel,vodafone
http:
- method: GET
path:
- '{{BaseURL}}/login.stm'
matchers-condition: and
matchers:
- type: word
words:
- "Vodafone Vox UI"
- "Welcome to your EasyBox"
condition: and
- type: status
status:
- 200
# digest: 490a0046304402200e97d14873d6406fc2cac9352b87e3bcce99d23ceca6fe33cc556f59995175aa02205e0c7a402c9b58ea822c7c3a91e674b3aa25f947ba2b1fb18bff23f5b8b01199: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/vodafone-voxui-panel.yaml"

View on Github