Update form-detection.yaml
parent
54f7a21c21
commit
64187c29cd
|
@ -15,10 +15,14 @@ http:
|
|||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: or
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<form"
|
||||
- "type=\"text\""
|
||||
- "</form>"
|
||||
- "<button"
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue