mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
4d70f0f7c9
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/e7f4ab84-917a-49fc-bfbd-9bbaf76027f8
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"engines": {},
|
|
"sites": {
|
|
"StatusCode": {
|
|
"checkType": "status_code",
|
|
"url": "http://localhost:8989/url?id={username}",
|
|
"urlMain": "http://localhost:8989/",
|
|
"usernameClaimed": "claimed",
|
|
"usernameUnclaimed": "unclaimed"
|
|
},
|
|
"Message": {
|
|
"checkType": "message",
|
|
"url": "http://localhost:8989/url?id={username}",
|
|
"urlMain": "http://localhost:8989/",
|
|
"presenseStrs": ["user", "profile"],
|
|
"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"
|
|
}
|
|
}
|
|
} |