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