Update exposed-file-upload-form.yaml

fix some FP issues.
patch-1
geeknik 2022-10-05 12:26:09 +00:00 committed by GitHub
parent 196dfe4344
commit c3926739db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -17,6 +17,11 @@ requests:
- type: regex
regex:
- <form.*?method=("|')?post("|')?.*?>
- <form.*?enctype=("|')?multipart/form-data("|')?.*?>
- <form.*?(?i)(?-i)enctype=("|')?multipart/form-data("|')?.*?>
- <input.*?type=("|')?file("|')?.*?>
part: body
- type: word
words:
- 'login'
negative: true