nuclei-templates/misconfiguration/exposed-jquery-file-upload....

25 lines
487 B
YAML
Raw Normal View History

2021-06-05 16:34:09 +00:00
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/"
2021-06-06 12:25:05 +00:00
matchers-condition: and
2021-06-05 16:34:09 +00:00
matchers:
- type: regex
regex:
- '^{\"files\":'
part: body
2021-06-06 12:25:05 +00:00
- type: word
words:
- "text/plain"
part: header