Merge pull request #577 from qd-today/process-har-514

Update HAR: 色花堂
This commit is contained in:
zhuYe 2024-02-29 03:32:14 +00:00 committed by GitHub
commit 6f05d750d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 31 additions and 6 deletions

View File

@ -53,6 +53,31 @@
]
}
},
{
"request": {
"method": "GET",
"url": "https://2fa.run/2fa/{{totp}}",
"headers": [],
"cookies": [],
"data": ""
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
}
],
"failed_asserts": [],
"extract_variables": [
{
"name": "totp",
"re": "codetxt\">(\\d+)<",
"from": "content"
}
]
}
},
{
"comment": "登录",
"request": {
@ -60,7 +85,7 @@
"url": "{{Domain}}/member.php?mod=logging&action=login&loginsubmit=yes&loginhash={{loginhash|urlencode}}&inajax=1",
"headers": [],
"cookies": [],
"data": "formhash={{formhash|urlencode}}&username={{username|urlencode}}&password={{password|urlencode}}",
"data": "formhash={{formhash|urlencode}}&username={{username|urlencode}}&password={{password|urlencode}}&gacode={{totp|urlencode}}",
"mimeType": "application/x-www-form-urlencoded"
},
"rule": {

File diff suppressed because one or more lines are too long