Skip to content

NConf Login Panel - Detect

ID: nconf-panel

Severity: info

Author: ritikchaddha

Tags: panel,nconf

NConf login panel was detected.

id: nconf-panel
info:
name: NConf Login Panel - Detect
author: ritikchaddha
severity: info
description: NConf 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:nconf_project:nconf:*:*:*:*:node.js:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.title:"nconf"
product: nconf
vendor: nconf_project
tags: panel,nconf
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "nconf.js"
- "<title>NConf"
condition: or
- type: status
status:
- 200
# digest: 4b0a00483046022100bb6683670fd859da837bc0d0d957d82dea98fd2f4bd0e254059acd3ae4530c0c022100db0c352f9f77caa776b214553b183a4e525edf01f959a94659c194709414052b: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/nconf-panel.yaml"

View on Github