Skip to content

Dericam Login Panel - Detect

ID: dericam-login

Severity: info

Author: dhiyaneshDk

Tags: panel,dericam,edb

Dericam login panel was detected.

id: dericam-login
info:
name: Dericam Login Panel - Detect
author: dhiyaneshDk
severity: info
description: Dericam login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7354
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:"Dericam"
tags: panel,dericam,edb
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Dericam</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100c9346f17bdfdb2042bb9f4d5a3a9e3545de4f61c19ffc845c8b7fe48f362eb6f022100d7d30f561719b33d144593e109338c144a7b1e4ba792525952ab07d452fdb109: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/dericam-login.yaml"

View on Github