mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
v1.0.1 — quarterly maintenance: source audit, engine fixes, WAF hardening
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "shodan_internetdb",
|
||||
"category": "scanners",
|
||||
"endpoint": "https://internetdb.shodan.io/{target}",
|
||||
"method": "GET",
|
||||
"requires_auth": false,
|
||||
"selectors": {
|
||||
"hostnames": "$.hostnames",
|
||||
"ports": "$.ports",
|
||||
"vulns": "$.vulns"
|
||||
},
|
||||
"rate_limit": 1.0,
|
||||
"headers": {},
|
||||
"api_key_slots": [],
|
||||
"input_type": "ip",
|
||||
"output_type": [
|
||||
"domain",
|
||||
"ip"
|
||||
],
|
||||
"normalization_map": {
|
||||
"hostnames": "domain",
|
||||
"vulns": "cve"
|
||||
},
|
||||
"tags": [
|
||||
"passive",
|
||||
"fast",
|
||||
"infrastructure"
|
||||
],
|
||||
"health_check_url": "https://internetdb.shodan.io",
|
||||
"expected_status": 200,
|
||||
"reliability_score": 5,
|
||||
"backup_endpoints": [],
|
||||
"confidence": 1.0
|
||||
}
|
||||
Reference in New Issue
Block a user