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
+31
View File
@@ -0,0 +1,31 @@
{
"name": "whoisxml_api",
"category": "whois",
"endpoint": "https://www.whoisxmlapi.com/whoisserver/WhoisService?apiKey={WHOISXML_API_KEY}&domainName={target}&outputFormat=JSON",
"method": "GET",
"requires_auth": true,
"selectors": {
"created": "$.WhoisRecord.createdDate"
},
"rate_limit": 1.0,
"headers": {},
"api_key_slots": [
"{WHOISXML_API_KEY}"
],
"input_type": "domain",
"output_type": [
"email",
"domain"
],
"normalization_map": {
"createdDate": "registration_date"
},
"tags": [
"passive"
],
"health_check_url": "https://www.whoisxmlapi.com",
"expected_status": 200,
"reliability_score": 5,
"backup_endpoints": [],
"confidence": 1.0
}