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

37 lines
723 B
YAML

id: blue-iris-login
info:
name: Blue Iris Login
author: dhiyaneshDK,idealphase
severity: info
description: A Blue Iris login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6814
- https://blueirissoftware.com/
classification:
cwe-id: CWE-200
metadata:
shodan-query: http.title:"Blue Iris Login"
tags: panel,blueiris,edb
requests:
- method: GET
path:
- '{{BaseURL}}/login.htm'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Blue Iris Login</title>'
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- 'var bi_version = "(.*)";'