mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
31 lines
703 B
JSON
31 lines
703 B
JSON
{
|
|
"name": "zoomeye_host",
|
|
"category": "scanners",
|
|
"endpoint": "https://api.zoomeye.org/host/search?query={target}",
|
|
"method": "GET",
|
|
"requires_auth": true,
|
|
"selectors": {
|
|
"hosts": "$.matches[*].ip"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {
|
|
"API-KEY": "{ZOOMEYE_API_KEY}"
|
|
},
|
|
"api_key_slots": [
|
|
"{ZOOMEYE_API_KEY}"
|
|
],
|
|
"input_type": "domain",
|
|
"output_type": [
|
|
"ip"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive",
|
|
"infrastructure"
|
|
],
|
|
"health_check_url": "https://api.zoomeye.org",
|
|
"expected_status": 200,
|
|
"reliability_score": 4,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.85
|
|
} |