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

28 lines
465 B
YAML

id: dericam-login
info:
name: Dericam Login
author: dhiyaneshDk
severity: info
reference:
- https://www.exploit-db.com/ghdb/7354
metadata:
shodan-query: http.title:"Dericam"
tags: panel,dericam,edb
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Dericam</title>"
- type: status
status:
- 200