From 236586a28ff0b65fa738c312884d970f6df99fb6 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 17 Aug 2022 16:13:31 +0530 Subject: [PATCH] Create nconf-panel.yaml --- exposed-panels/nconf-panel.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 exposed-panels/nconf-panel.yaml diff --git a/exposed-panels/nconf-panel.yaml b/exposed-panels/nconf-panel.yaml new file mode 100644 index 0000000000..62c8527908 --- /dev/null +++ b/exposed-panels/nconf-panel.yaml @@ -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" + - "NConf" + condition: or + + - type: status + status: + - 200