nuclei-templates/http/iot/webcamxp-5.yaml

34 lines
686 B
YAML

id: webcamxp-5
info:
name: WebcamXP 5 Login Panel - Detect
author: dhiyaneshDK
severity: info
description: WebcamXP 5 login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7448
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:"webcamXP 5"
tags: iot,edb
http:
- method: GET
path:
- '{{BaseURL}}/home.html'
matchers-condition: and
matchers:
- type: word
words:
- '<title>webcamXP 5</title>'
- type: status
status:
- 200
# Enhanced by md on 2023/03/08