Skip to content

YzmCMS Login Panel - Detect

ID: yzmcms-panel

Severity: info

Author: pikpikcu,daffainfo

Tags: panel,yzmcms,login

YzmCMS login panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:yzmcms:yzmcms:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: yzmcms
product: yzmcms
shodan-query:
- http.title:"YzmCMS"
- http.title:"yzmcms"
fofa-query: title="yzmcms"
google-query: intitle:"yzmcms"
tags: panel,yzmcms,login
http:
- 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
# digest: 490a00463044022069948e679dd867fe5275d0f518ab6822790df2db384d6564c331355b4afaa16b02205379ba8776791344205d8131e5b7d682d608ab8ac57cde2b689a022e20648bd3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/yzmcms-panel.yaml"

View on Github