Blue Iris Login Panel - Detect
ID: blue-iris-login
Severity: info
Author: dhiyaneshDK,idealphase
Tags: panel,blueiris,edb
Description
Section titled “Description”Blue Iris login panel was detected.
YAML Source
Section titled “YAML Source”id: blue-iris-login
info: name: Blue Iris Login Panel - Detect author: dhiyaneshDK,idealphase severity: info description: 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 cwe-id: CWE-200 metadata: max-request: 1 shodan-query: http.title:"Blue Iris Login" tags: panel,blueiris,edb
http: - 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 = "(.*)";'# digest: 490a004630440220292d53012a498c3da844f05cb28d9a125e5a7f111f95cba35d5d3a3906067e0a022043714e9c272d08e46eb4d509d3218a1d386c083d8c6e4b5eb2f948c631251056: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/exposed-panels/blue-iris-login.yaml"