Create nconf-panel.yaml

patch-1
Ritik Chaddha 2022-08-17 16:13:31 +05:30 committed by GitHub
parent b867ed6ef5
commit 236586a28f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
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