發表文章

目前顯示的是 2020的文章

Ubuntu 16.04 install OpenVAS 9

1 .  Install OpenVAS PPA Suite Library # apt-get install -y software-properties-common # apt-get install -y python-software-properties # add-apt-repository ppa: mrazavi / openvas 2. Install openvas software # apt-get update # apt-get install -y openvas9 3. Install SQLite3 # apt-get install -y sqlite3 4.  Synchronize the latest vulnerability information of openvas # greenbone-nvt-sync 5.  Syn chronize SCAP and CERT   to the local machine When synchronizing, one IP can only have one session, if it is interrupted and then reconnected, it may be locked # greenbone-scapdata-sync // Synchronized data is stored in / var / lib / openvas / scap-data # greenbone-certdata-sync // Sync data is stored in / var / lib / openvas / cert-data 6. Start the openvas service # /etc/init.d/redis-server restart # service openvas-scanner restart # service openvas-manager restart 7. Rebuild the openvas database # openvasmd --rebuild --progress ...