nuclei-templates/exposed-panels/blue-iris-login.yaml

23 lines
398 B
YAML
Raw Normal View History

2021-03-04 20:30:05 +00:00
id: blue-iris-login
info:
name: Blue Iris Login
author: dhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/6814
2021-04-06 07:25:57 +00:00
tags: panel
2021-03-04 20:30:05 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/login.htm'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Blue Iris Login</title>'
- type: status
status:
- 200