fixed working tempalte
parent
7c8ae60619
commit
74668faef1
|
@ -8,6 +8,9 @@ info:
|
|||
reference:
|
||||
- https://xz.aliyun.com/t/4154
|
||||
- https://www.seebug.org/vuldb/ssvid-97311
|
||||
metadata:
|
||||
verified: "true"
|
||||
shodan-query: html:"UEditor"
|
||||
tags: ueditor,ssrf
|
||||
|
||||
requests:
|
||||
|
@ -19,11 +22,14 @@ requests:
|
|||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '\u94fe\u63a5\u4e0d\u53ef\u7528'
|
||||
- '\u94fe\u63a5\u4e0d\u53ef\u7528'
|
||||
- '"original":'
|
||||
- '"SUCCESS"'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue