mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 08:05:50 +00:00
27 lines
612 B
JSON
27 lines
612 B
JSON
{
|
|
"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
|
|
} |