Linux serverlinux web serverNETWORK ADMINISTRATIONS

OpenCVE Installation

OpenCVE Installation :

apt update

apt install net-tools

apt install git

apt install docker

apt install docker-compose

git clone https://github.com/opencve/opencve-docker.git

ifconfig eth0

cd opencve-docker && cp ./conf/opencve.cfg.example ./conf/opencve.cfg

python -c ‘import os; print(os.urandom(16))’python -c ‘import os; print(os.urandom(16))’

docker-compose up -d postgres redis webserver celery_worker

docker exec -it webserver opencve upgrade-db

docker exec -it webserver opencve import-data

docker exec -it webserver opencve create-user john john.doe@example.com –admin

docker-compose up -d celery_beat

Source : https://docs.opencve.io/installation/docker/

Emulate Security provides comprehensive Information / Cybersecurity Training for different industry verticals across the globe. We are committed towards providing quality information security Training and services for all our users.

source

by Emulate Security

linux web server

Leave a Reply

Your email address will not be published. Required fields are marked *