nuclei-templates/exposed-panels/neobox-panel.yaml

35 lines
729 B
YAML
Raw Normal View History

id: neobox-panel
2022-10-07 11:44:24 +00:00
info:
name: Neobox Web Server Login Panel - Detect
2022-10-07 11:44:24 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-10-07 11:44:24 +00:00
metadata:
2022-10-07 11:55:33 +00:00
verified: true
2022-10-07 11:55:18 +00:00
shodan-query: http.html:"NeoboxUI"
2022-10-07 11:44:24 +00:00
fofa-query: app="neobox-Web-Server"
tags: panel,neobox,webserver
2022-10-07 11:44:24 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-10-07 11:55:18 +00:00
- 'ng-app="NeoboxUI" ng-controller="GlobalCtrl">'
2022-10-07 11:44:24 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/11/29