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

27 lines
457 B
YAML
Raw Normal View History

2021-10-17 10:54:15 +00:00
id: dericam-login
info:
name: Dericam Login
author: dhiyaneshDk
severity: info
reference: https://www.exploit-db.com/ghdb/7354
metadata:
2021-10-22 17:52:36 +00:00
shodan-query: 'http.title:"Dericam"'
2022-01-03 16:06:23 +00:00
tags: panel,dericam
2021-10-17 10:54:15 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Dericam</title>"
- type: status
status:
- 200