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

27 lines
446 B
YAML
Raw Normal View History

id: ncentral-panel
2022-12-21 21:00:27 +00:00
info:
name: N-central Login Panel
2022-12-21 21:00:27 +00:00
author: theabhinavgaur
severity: info
metadata:
verified: true
shodan-query: http.title:"N-central Login"
tags: panel,n-central
requests:
- 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