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
+27
View File
@@ -0,0 +1,27 @@
{
"name": "anubis_subdomains",
"category": "dns_recon",
"endpoint": "https://jldc.me/anubis/subdomains/{target}",
"method": "GET",
"requires_auth": false,
"selectors": {
"subdomains": "$.*"
},
"rate_limit": 1.0,
"headers": {},
"api_key_slots": [],
"input_type": "domain",
"output_type": [
"domain"
],
"normalization_map": {},
"tags": [
"passive"
],
"health_check_url": "https://jldc.me",
"expected_status": 200,
"reliability_score": 3,
"is_volatile": true,
"backup_endpoints": [],
"confidence": 0.7
}