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