nuclei-templates/exposed-panels/yzmcms-panel.yaml

35 lines
727 B
YAML

id: yzmcms-panel
info:
name: YzmCMS Login Panel - Detect
author: pikpikcu,daffainfo
severity: info
description: YzmCMS login panel was detected.
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
metadata:
shodan-query: http.title:"YzmCMS"
tags: panel,yzmcms,login
requests:
- method: GET
path:
- '{{BaseURL}}/admin/index/login.html'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Powered By <a href="http://www.yzmcms.com"'
- 'Powered By YzmCMS'
condition: or
- type: status
status:
- 200
# Enhanced by md on 2023/01/26