Skip to content

Reolink Panel - Detect

ID: reolink-panel

Severity: info

Author: s4e-io

Tags: panel,login,reolink,detect

Reolink panel was discovered.

id: reolink-panel
info:
name: Reolink Panel - Detect
author: s4e-io
severity: info
description: |
Reolink panel was discovered.
metadata:
verified: true
max-request: 1
fofa-query: "Reolink"
shodan-query: title:"Reolink"
tags: panel,login,reolink,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'contains(body, "Reolink</title>")'
- 'status_code == 200'
condition: and
# digest: 4a0a00473045022059d354e4385c2b1dcb5fb73b31a7ee6e7311aad002d02ba0bc2fb3b45bf6f1b3022100e95d377e41e9f5d08db966ef3d32ed47150f6b748e6345394e687af9b2ba2eee:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/reolink-panel.yaml"

View on Github