updated matchers
parent
043416439c
commit
cd5d6f8588
|
@ -6,7 +6,7 @@ info:
|
|||
severity: low
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"multipart/form-data"
|
||||
shodan-query: http.html:"multipart/form-data" html:"file"
|
||||
tags: exposure,upload,form
|
||||
|
||||
requests:
|
||||
|
@ -19,12 +19,12 @@ requests:
|
|||
- type: regex
|
||||
regex:
|
||||
- <form.*?method=("|')?post("|')?.*?>
|
||||
- <form.*?(?i)(?-i)enctype=("|')?multipart/form-data("|')?.*?>
|
||||
- <form.*?(?i)(?-i)enctype=("|')?multipart\/form-data("|')?.*?>
|
||||
- <input.*?type=("|')?file("|')?.*?>
|
||||
condition: or
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'type="file"'
|
||||
- type: regex
|
||||
regex:
|
||||
- "type=[\"'](file)[\"']"
|
||||
- 'id="file"'
|
||||
condition: or
|
||||
|
|
Loading…
Reference in New Issue