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
+30
View File
@@ -0,0 +1,30 @@
{
"name": "ipinfodb",
"category": "geolocation",
"endpoint": "http://api.ipinfodb.com/v3/ip-city/?key={IPINFODB_API_KEY}&ip={target}&format=json",
"method": "GET",
"requires_auth": true,
"selectors": {
"city": "$.cityName"
},
"rate_limit": 1.0,
"headers": {},
"api_key_slots": [
"{IPINFODB_API_KEY}"
],
"input_type": "ip",
"output_type": [
"ip"
],
"normalization_map": {
"cityName": "geo_city"
},
"tags": [
"passive"
],
"health_check_url": "http://api.ipinfodb.com",
"expected_status": 200,
"reliability_score": 3,
"backup_endpoints": [],
"confidence": 0.7
}