nuclei-templates/http/exposed-panels/ncentral-panel.yaml

33 lines
642 B
YAML
Raw Normal View History

id: ncentral-panel
2022-12-21 21:00:27 +00:00
info:
name: N-central Login Panel - Detect
2022-12-21 21:00:27 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-12-21 21:00:27 +00:00
metadata:
max-request: 1
2022-12-21 21:00:27 +00:00
verified: true
shodan-query: http.title:"N-central Login"
tags: panel,n-central
http:
2022-12-21 21:00:27 +00:00
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'class="ncentral"'
2022-12-21 21:00:27 +00:00
- type: status
status:
- 200