mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-09 00:17:30 +00:00
NOX Framework v1.0.0
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user