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

29 lines
459 B
YAML

id: nconf-panel
info:
name: NConf Panel Detect
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: http.title:"nconf"
tags: panel,nconf
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "nconf.js"
- "<title>NConf"
condition: or
- type: status
status:
- 200