Merge pull request #5973 from daffainfo/patch-40

feat: major change on led-imediacloud template
patch-1
Ritik Chaddha 2022-11-14 14:31:44 +05:30 committed by GitHub
commit 11a9c7555b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 26 deletions

View File

@ -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

View File

@ -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"'