NOX Framework v1.0.0

This commit is contained in:
nox-project
2026-04-07 10:17:43 +02:00
commit 913e764133
163 changed files with 15613 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"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
}