27 lines
446 B
YAML
27 lines
446 B
YAML
|
id: ncentral-panel
|
||
|
|
||
|
info:
|
||
|
name: N-central Login Panel
|
||
|
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"'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|