mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-08 07:10:56 +00:00
commit
6f05d750d3
|
@ -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
Loading…
Reference in New Issue
Block a user