Update form-detection.yaml

patch-1
Ritik Chaddha 2024-03-28 10:49:20 +05:30 committed by GitHub
parent 54f7a21c21
commit 64187c29cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 2 deletions

View File

@ -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