Merge pull request #5973 from daffainfo/patch-40
feat: major change on led-imediacloud templatepatch-1
commit
11a9c7555b
|
@ -1,26 +0,0 @@
|
|||
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
|
|
@ -0,0 +1,35 @@
|
|||
id: xibocms-login
|
||||
|
||||
info:
|
||||
name: Xibo CMS Panel Detect
|
||||
author: ritikchaddha,daffainfo
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"/xibosignage/xibo-cms"
|
||||
tags: panel,xibocms
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'xibo-cms'
|
||||
- 'class="XiboFormButton'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- '([0-9.]+) | <a id="source-link"'
|
Loading…
Reference in New Issue