nuclei-templates/http/exposed-panels/jcms-panel.yaml

39 lines
839 B
YAML
Raw Normal View History

2022-12-07 05:04:49 +00:00
id: jalios-jcms-panel
2022-12-06 17:27:05 +00:00
info:
name: Jalios JCMS Login Panel - Detect
2022-12-06 17:27:05 +00:00
author: righettod
severity: info
description: Jalios JCMS login panel was detected.
2022-12-06 17:27:05 +00:00
reference:
- https://www.jalios.com/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-12-06 17:27:05 +00:00
metadata:
max-request: 2
2022-12-06 17:27:05 +00:00
verified: true
2022-12-07 05:04:49 +00:00
shodan-query: html:"Jalios JCMS"
tags: panel,jalios,jcms
2022-12-06 17:27:05 +00:00
http:
2022-12-06 17:27:05 +00:00
- method: GET
path:
2022-12-07 05:04:49 +00:00
- "{{BaseURL}}"
2022-12-06 17:27:05 +00:00
- "{{BaseURL}}/front/privateLogin.jsp"
2022-12-07 05:04:49 +00:00
host-redirects: true
max-redirects: 2
2022-12-06 17:27:05 +00:00
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-12-07 05:04:49 +00:00
- 'content="Jalios JCMS'
- 'jalios-login'
2022-12-06 17:27:05 +00:00
- "JCMS_login"
- "/jcms/"
condition: or