mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 08:05:50 +00:00
27 lines
606 B
JSON
27 lines
606 B
JSON
{
|
|
"name": "cxsecurity",
|
|
"category": "vulns",
|
|
"endpoint": "https://cxsecurity.com/cvejson.php?cve={target}",
|
|
"method": "GET",
|
|
"requires_auth": false,
|
|
"selectors": {
|
|
"title": "$.title"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {},
|
|
"api_key_slots": [],
|
|
"input_type": "cve",
|
|
"output_type": [
|
|
"cve"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive"
|
|
],
|
|
"health_check_url": "https://cxsecurity.com",
|
|
"expected_status": 200,
|
|
"reliability_score": 3,
|
|
"is_volatile": true,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.7
|
|
} |