nuclei-templates/exposed-panels/led-imediacloud-panel.yaml

27 lines
458 B
YAML
Raw Normal View History

2022-08-14 06:04:14 +00:00
id: led-imediacloud-panel
info:
name: LEDiMediaCloud Panel Detect
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: http.html:"LEDiMediaCloud"
2022-08-15 18:33:16 +00:00
tags: panel,led,mediacloud
2022-08-14 06:04:14 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-08-15 18:33:16 +00:00
- 'LEDiMediaCloud'
2022-08-14 06:04:14 +00:00
- type: status
status:
- 200