Merge pull request #5100 from projectdiscovery/led-imediacloud-panel
Create led-imediacloud-panel.yamlpatch-1
commit
a6eb2585b3
|
@ -0,0 +1,26 @@
|
|||
id: led-imediacloud-panel
|
||||
|
||||
info:
|
||||
name: LEDiMediaCloud Panel Detect
|
||||
author: ritikchaddha
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"LEDiMediaCloud"
|
||||
tags: panel,led,mediacloud
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'LEDiMediaCloud'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue