feat: major change on led-imediacloud template
parent
b9a86dd376
commit
7d6b284f12
|
@ -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,33 @@
|
|||
id: xibocms-login
|
||||
|
||||
info:
|
||||
name: Xibo CMS Login Panel Detect
|
||||
author: ritikchaddha,daffainfo
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"https://github.com/xibosignage/xibo-cms"
|
||||
tags: panel,xibocms
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<a id="source-link" href="https://github.com/xibosignage/xibo-cms">'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- '([0-9.]+) | <a id="source-link"'
|
Loading…
Reference in New Issue