mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
21 lines
679 B
JSON
21 lines
679 B
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"
|
|
}
|
|
}
|
|
} |