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

28 lines
517 B
YAML
Raw Normal View History

id: yzmcms-panel
2021-09-30 02:08:02 +00:00
info:
name: YzmCMS Login Panel
author: pikpikcu,daffainfo
2021-09-30 02:08:02 +00:00
severity: info
metadata:
shodan-query: http.title:"YzmCMS"
tags: panel,yzmcms,login
2021-09-30 02:08:02 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/admin/index/login.html'
matchers-condition: and
matchers:
- type: word
part: body
2021-09-30 02:08:02 +00:00
words:
- 'Powered By <a href="http://www.yzmcms.com"'
- 'Powered By YzmCMS'
condition: or
- type: status
status:
- 200