Skip to content

Neobox Web Server Login Panel - Detect

ID: neobox-panel

Severity: info

Author: pikpikcu

Tags: panel,neobox,webserver

Neobox Web Server login panel was detected.

id: neobox-panel
info:
name: Neobox Web Server Login Panel - Detect
author: pikpikcu
severity: info
description: Neobox Web Server 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: http.html:"NeoboxUI"
fofa-query: app="neobox-Web-Server"
tags: panel,neobox,webserver
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'ng-app="NeoboxUI" ng-controller="GlobalCtrl">'
- type: status
status:
- 200
# digest: 490a0046304402203fc1ada3991c1565ccc64647e22add24c073ed8aee7d23983c19732dc2b92836022064c02484f3f8be7ced52a50b763fed2fe2aa84a0eca905b29f35429d758d0a44: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/neobox-panel.yaml"

View on Github