Update steve-default-login.yaml

patch-1
Ritik Chaddha 2022-10-28 18:39:22 +05:30 committed by GitHub
parent 09a119584e
commit cfa1d89f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

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