Create exposed-jquery-file-upload.yaml
parent
ac8029636e
commit
0d82660f90
|
@ -0,0 +1,19 @@
|
||||||
|
id: exposed-jquery-file-upload
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Exposed jQuery File Upload
|
||||||
|
author: dhiyaneshDk
|
||||||
|
reference: https://www.exploit-db.com/exploits/45584
|
||||||
|
severity: medium
|
||||||
|
tags: exposure,jquery
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/jquery-file-upload/server/php/"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: regex
|
||||||
|
regex:
|
||||||
|
- '^{\"files\":'
|
||||||
|
part: body
|
Loading…
Reference in New Issue