mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
31 lines
688 B
JSON
31 lines
688 B
JSON
{
|
|
"name": "leakstats_pw",
|
|
"category": "breaches",
|
|
"endpoint": "https://leakstats.net/api/password/{target}",
|
|
"method": "GET",
|
|
"requires_auth": true,
|
|
"selectors": {
|
|
"count": "$.count"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {
|
|
"api-key": "{LEAKSTATS_API_KEY}"
|
|
},
|
|
"api_key_slots": [
|
|
"{LEAKSTATS_API_KEY}"
|
|
],
|
|
"input_type": "hash",
|
|
"output_type": [
|
|
"hash"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive"
|
|
],
|
|
"health_check_url": "https://leakstats.net",
|
|
"expected_status": 200,
|
|
"reliability_score": 3,
|
|
"is_volatile": true,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.7
|
|
} |