33 lines
635 B
YAML
33 lines
635 B
YAML
id: jalios-jcms-panel
|
|
|
|
info:
|
|
name: Jalios JCMS Panel
|
|
author: righettod
|
|
severity: info
|
|
reference:
|
|
- https://www.jalios.com/
|
|
metadata:
|
|
verified: true
|
|
shodan-query: html:"Jalios JCMS"
|
|
tags: panel,jalios,jcms
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/front/privateLogin.jsp"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'content="Jalios JCMS'
|
|
- 'jalios-login'
|
|
- "JCMS_login"
|
|
- "/jcms/"
|
|
condition: or
|