Nethive项目提供了一个由CVSS自动测量驱动的安全信息和事件管理(SIEM)基础设施。

安装前,请确保已安装**前提条件**。
你可以通过PyPi包管理器使用以下命令安装Nethive:
[Coming Soon!]
或者
你可以通过最新仓库安装Nethive:
$ git clone https://github.com/chrisandoryan/Nethive-Project.git
$ cd Nethive-Project/
$ sudo bash install.sh
$ sudo pip3 install -r requirements.txt
如果上述任何步骤失败,请确保所有依赖都已安装。 更多详细信息,请参考安装指南。

获取并启动nethive-cvss Docker容器
$ git clone https://github.com/Falanteris/docker-nethive-cvss/
$ cd docker-nethive-cvss/
$ docker build -t nethive-cvss .
$ ./cvss
启动Nethive并复制默认配置
$ cd Nethive-Project/
$ cp .env.example .env
激活所有Nethive处理引擎:$ sudo python3 main.py .
在菜单提示中,选择**[3] Just-Run-This-Thing**,然后等待引擎初始化。
启动Nethive UI服务器
$ cd Nethive-Project/dashboard/
$ npm install && npm start