nuclei-templates/http/exposed-panels/dericam-login.yaml

35 lines
678 B
YAML
Raw Normal View History

2021-10-17 10:54:15 +00:00
id: dericam-login
info:
name: Dericam Login Panel - Detect
2021-10-17 10:54:15 +00:00
author: dhiyaneshDk
severity: info
description: Dericam login panel was detected.
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
reference:
- https://www.exploit-db.com/ghdb/7354
2021-10-17 10:54:15 +00:00
metadata:
shodan-query: http.title:"Dericam"
tags: panel,dericam,edb
2021-10-17 10:54:15 +00:00
http:
2021-10-17 10:54:15 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Dericam</title>"
- type: status
status:
- 200
# Enhanced by md on 2022/11/11