mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
33 lines
727 B
JSON
33 lines
727 B
JSON
{
|
|
"name": "leakcheck",
|
|
"category": "breaches",
|
|
"endpoint": "https://leakcheck.io/api/v2/query/{target}",
|
|
"method": "GET",
|
|
"requires_auth": true,
|
|
"selectors": {
|
|
"sources": "$.sources"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {
|
|
"X-API-Key": "{LEAKCHECK_API_KEY}"
|
|
},
|
|
"api_key_slots": [
|
|
"{LEAKCHECK_API_KEY}"
|
|
],
|
|
"input_type": "email",
|
|
"output_type": [
|
|
"email"
|
|
],
|
|
"normalization_map": {
|
|
"sources": "breach_sources"
|
|
},
|
|
"tags": [
|
|
"passive",
|
|
"stealth"
|
|
],
|
|
"health_check_url": "https://leakcheck.io",
|
|
"expected_status": 200,
|
|
"reliability_score": 4,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.85
|
|
} |