mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 14:34:33 +00:00
feat(virgool): add POST support and use user-existence API to bypass JS cookies
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/e7f4ab84-917a-49fc-bfbd-9bbaf76027f8
This commit is contained in:
@@ -16,6 +16,21 @@
|
||||
"absenseStrs": ["not found", "404"],
|
||||
"usernameClaimed": "claimed",
|
||||
"usernameUnclaimed": "unclaimed"
|
||||
},
|
||||
"PostMessage": {
|
||||
"checkType": "message",
|
||||
"url": "http://localhost:8989/profile?id={username}",
|
||||
"urlMain": "http://localhost:8989/",
|
||||
"urlProbe": "http://localhost:8989/api/check",
|
||||
"requestMethod": "post",
|
||||
"requestPayload": {
|
||||
"username": "{username}",
|
||||
"type": "lookup"
|
||||
},
|
||||
"presenseStrs": ["\"exists\":true", "\"exists\": true"],
|
||||
"absenseStrs": ["not found"],
|
||||
"usernameClaimed": "claimed",
|
||||
"usernameUnclaimed": "unclaimed"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user