
재구성 및 협업된 SIEM 및 CVSS 인프라. 2020년 Blackhat Asia Arsenal에서 발표.

설치 전에 **사전 요구 사항**을 설치하십시오.
PyPi 패키지 관리자를 사용하여 Nethive를 설치할 수 있습니다:
[출시 예정!]
또는
최신 리포지토리를 사용하여 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 도커 컨테이너를 가져와서 시작합니다
$ 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
http://localhost:3000/로 이동합니다.