Skip to content

NI Web-based Configuration & Monitoring - Panel

ID: ni-web-based-panel

Severity: info

Author: DhiyaneshDK

Tags: detect,ni,web-based,panel

id: ni-web-based-panel
info:
name: NI Web-based Configuration & Monitoring - Panel
author: DhiyaneshDK
severity: info
metadata:
verified: true
max-request: 1
shodan-query: title:"NI Web-based Configuration & Monitoring"
tags: detect,ni,web-based,panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>NI Web-based Configuration & Monitoring</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100880ba17ffaa9db21cbd19d25be3d2c88eb5ab5e68ba76fe238e2ce7683286a28022100d662d9226ce854b2fab3195c37e6cea65dad0616f3ac608b114076e2952431d8:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/ni-web-based-panel.yaml"

View on Github