Files
nox-project-nox-framework/sources/checkleaked.json
T
2026-04-07 10:17:43 +02:00

30 lines
689 B
JSON

{
"name": "checkleaked",
"category": "breaches",
"endpoint": "https://api.checkleaked.cc/check/{target}",
"method": "GET",
"requires_auth": false,
"selectors": {
"found": "$.found"
},
"rate_limit": 1.0,
"headers": {},
"api_key_slots": [],
"input_type": "email",
"output_type": [
"email"
],
"normalization_map": {},
"tags": [
"passive",
"stealth"
],
"health_check_url": "https://api.checkleaked.cc",
"expected_status": 200,
"reliability_score": 2,
"is_volatile": true,
"backup_endpoints": [
"https://checkleaked.cc/api/check/{target}"
],
"confidence": 0.55
}