Update HAR: 色花堂

This commit is contained in:
loveqianool 2024-02-29 11:23:57 +08:00 committed by GitHub
parent 734a2b785b
commit 0300f8162e
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": "登录", "comment": "登录",
"request": { "request": {
@ -60,7 +85,7 @@
"url": "{{Domain}}/member.php?mod=logging&action=login&loginsubmit=yes&loginhash={{loginhash|urlencode}}&inajax=1", "url": "{{Domain}}/member.php?mod=logging&action=login&loginsubmit=yes&loginhash={{loginhash|urlencode}}&inajax=1",
"headers": [], "headers": [],
"cookies": [], "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" "mimeType": "application/x-www-form-urlencoded"
}, },
"rule": { "rule": {

File diff suppressed because one or more lines are too long