Merge pull request #1344 from projectdiscovery/princechaddha-patch-9

Create ueditor-file-upload.yaml
patch-1
Prince Chaddha 2021-05-05 23:29:11 +05:30 committed by GitHub
commit ae45a6b386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: ueditor-file-upload
info:
name: UEditor Arbitrary File Upload
author: princechaddha
severity: high
reference: |
- https://zhuanlan.zhihu.com/p/85265552
- https://www.freebuf.com/vuls/181814.html
tags: ueditor,fileupload
requests:
- method: GET
path:
- "{{BaseURL}}/ueditor/net/controller.ashx?action=catchimage&encode=utf-8"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "没有指定抓取源"
part: body