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

29 lines
668 B
JSON

{
"name": "breachdirectory",
"category": "breaches",
"endpoint": "https://breachdirectory.com/api/search?key={BD_API_KEY}&email={target}",
"method": "GET",
"requires_auth": true,
"selectors": {
"found": "$.found"
},
"rate_limit": 1.0,
"headers": {},
"api_key_slots": [
"{BD_API_KEY}"
],
"input_type": "email",
"output_type": [
"email"
],
"normalization_map": {},
"tags": [
"passive",
"stealth"
],
"health_check_url": "https://breachdirectory.com",
"expected_status": 200,
"reliability_score": 4,
"backup_endpoints": [],
"confidence": 0.85
}