Create yzmcms-detected.yaml
parent
6f202c72be
commit
b33cac8e1c
|
@ -0,0 +1,22 @@
|
|||
id: yzmcms-detected
|
||||
|
||||
info:
|
||||
name: YzmCMS Detect
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
tags: yzmcms,tech
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/admin/index/login.html'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'Powered By <a href="http://www.yzmcms.com"'
|
Loading…
Reference in New Issue