33 lines
740 B
YAML
33 lines
740 B
YAML
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.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 |