matcher-update
parent
385252564c
commit
21d8af7fa8
|
@ -27,19 +27,16 @@ http:
|
||||||
|
|
||||||
radiusUserEnabled=false&AUTHRULE_NAME=Authenticator&j_username={{username}}&j_password={{password}}&Submit=Login
|
radiusUserEnabled=false&AUTHRULE_NAME=Authenticator&j_username={{username}}&j_password={{password}}&Submit=Login
|
||||||
|
|
||||||
- |
|
|
||||||
GET /netflow/jspui/dashBoard.do HTTP/1.1
|
|
||||||
Host: {{Hostname}}
|
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body_2
|
part: set_cookie
|
||||||
words:
|
words:
|
||||||
- "Device Groups"
|
- "NFA_Jsession="
|
||||||
- "Logout</a>"
|
- "JSESSIONID"
|
||||||
condition: and
|
condition: or
|
||||||
|
|
||||||
- type: status
|
- type: word
|
||||||
status:
|
part: header
|
||||||
- 200
|
words:
|
||||||
|
- "/netflow;jsessionid"
|
||||||
|
|
Loading…
Reference in New Issue