nuclei-templates/exposed-panels/blue-iris-login.yaml

32 lines
656 B
YAML

id: blue-iris-login
info:
name: Blue Iris Login
author: dhiyaneshDK
severity: info
description: A Blue Iris login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6814
- https://blueirissoftware.com/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,blue-iris
requests:
- method: GET
path:
- '{{BaseURL}}/login.htm'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Blue Iris Login</title>'
- type: status
status:
- 200
# Enhanced by mp on 2022/03/23