Skip to content

Unibox Panel - Detect

ID: unibox-panel

Severity: info

Author: theamanrawat

Tags: panel,unibox,login

Unibox Administrator panel was detected.

id: unibox-panel
info:
name: Unibox Panel - Detect
author: theamanrawat
severity: info
description: Unibox Administrator panel was detected.
classification:
cpe: cpe:2.3:h:indionetworks:unibox:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: indionetworks
product: unibox
shodan-query: http.favicon.hash:176427349
tags: panel,unibox,login
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 3
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Unibox Administration</title>'
- 'Please Login to continue'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200
# digest: 4a0a00473045022100d37ed0a490b40835659311400fc79dabc5ad7ca342101e6c5afcf173129ab4ad02200858bb3b953811af0388ef43f228ea4037f9fcbe58cae683538d192cc1033517: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/unibox-panel.yaml"

View on Github