Update steve-default-login.yaml
parent
09a119584e
commit
cfa1d89f0e
|
@ -35,28 +35,28 @@ requests:
|
|||
password:
|
||||
- 1234
|
||||
|
||||
req-condition: true
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
cookie-reuse: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
part: body_2
|
||||
words:
|
||||
- "<a>DATA MANAGEMENT"
|
||||
- "/steve/static"
|
||||
- "SIGN OUT</a>"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 302
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
name: csrf
|
||||
internal: true
|
||||
group: 1
|
||||
regex:
|
||||
- '_csrf" value="(.*?)"/>\n </form>'
|
||||
- '_csrf" value="(.*?)"/>'
|
||||
internal: true
|
||||
|
|
Loading…
Reference in New Issue