From b0b5a2dccf976f84063769ba76d7b6aa372cf2d8 Mon Sep 17 00:00:00 2001 From: mostafamamhmouusa <152796587+7tteam@users.noreply.github.com> Date: Mon, 1 Sep 2025 20:28:11 +0300 Subject: [PATCH] Create nutrohost.json --- src/technologies/nutrohost.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/technologies/nutrohost.json diff --git a/src/technologies/nutrohost.json b/src/technologies/nutrohost.json new file mode 100644 index 00000000..681ef272 --- /dev/null +++ b/src/technologies/nutrohost.json @@ -0,0 +1,20 @@ +{ + "NutroHost": { + "description": "NutroHost Cloud Hosting Platform", + "cats": [11], + "headers": { + "X-Powered-By": "NutroHost 1.0" + }, + "meta": { + "generator": "(?:NutroHost|7TFramework)" + }, + "url": [ + "nutro\\.cloud" + ], + "icon": "https://nutro.cloud/favicon.ico", + "website": "https://nutro.cloud", + "oss": false, + "saas": true, + "pricing": ["mid", "freemium"] + } +}