maint: patch sources, engine hardening, proxy update for v1.0.1

This commit is contained in:
nox-project
2026-04-13 21:42:08 +02:00
parent a166ce411d
commit 1612a7ef48
12 changed files with 121 additions and 185 deletions
+7 -3
View File
@@ -3,17 +3,21 @@
"category": "breaches",
"endpoint": "https://leak-lookup.com/api/search",
"method": "POST",
"requires_auth": false,
"requires_auth": true,
"selectors": {
"results": "$.message"
},
"rate_limit": 1.0,
"headers": {},
"headers": {
"X-API-Key": "{LEAK_LOOKUP_API_KEY}"
},
"payload_template": {
"query": "{target}",
"type": "email_address"
},
"api_key_slots": [],
"api_key_slots": [
"{LEAK_LOOKUP_API_KEY}"
],
"input_type": "email",
"output_type": [
"email"