feat: major change on led-imediacloud template

patch-1
Muhammad Daffa 2022-11-05 14:02:14 +07:00 committed by GitHub
parent b9a86dd376
commit 7d6b284f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 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,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"'