Skip to content

N-central Login Panel - Detect

ID: ncentral-panel

Severity: info

Author: theabhinavgaur

Tags: panel,n-central

N-central login panel was detected.

id: ncentral-panel
info:
name: N-central Login Panel - Detect
author: theabhinavgaur
severity: info
description: N-central 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
cpe: cpe:2.3:a:n-able:n-central:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.title:"N-central Login"
product: n-central
vendor: n-able
tags: panel,n-central
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'class="ncentral"'
- type: status
status:
- 200
# digest: 4b0a0048304602210083fc8657e534579da09b0da6e201eff182f16d531b242c2d58f0571fb6716cfc022100e7a4ca2506964851130f8ef6bd88d27886af8407e21c9b6056d94cc55143201d: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/ncentral-panel.yaml"

View on Github