NETSurveillance Web Panel - Detect
ID: netsurveillance-web
Severity: info
Author: DhiyaneshDK
Tags: tech,iot,edb
Description
Section titled “Description”NETSurveillance Web panel was detected.
YAML Source
Section titled “YAML Source”id: netsurveillance-web
info: name: NETSurveillance Web Panel - Detect author: DhiyaneshDK severity: info description: NETSurveillance Web panel was detected. reference: - https://www.exploit-db.com/ghdb/7288 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0 cwe-id: CWE-200 metadata: max-request: 1 shodan-query: http.title:"NETSurveillance WEB" google-query: intitle:"NETSurveillance WEB" tags: tech,iot,edb
http: - method: GET path: - '{{BaseURL}}/Login.htm'
matchers-condition: and matchers: - type: word words: - "<title>NetSurveillance WEB</title>"
- type: status status: - 200# digest: 490a00463044022052ef6081210079aaa2474b7f77d97fcd2867afac96c5a8d33435e983f72ee6a502204de1b993ade97c4a13e037cd7e91d3d54f496c173e5b0e0e00ad8ca22a06ffc3:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/iot/netsurveillance-web.yaml"