Dec 10, 2024 · 7 min read · Heads up: Some of the vulnerabilities found in the reports were created for the explicit purpose of testing the accuracy and reliability of OpenVAS as a tool and platform. TL;DR:This blog post explores the implementation of OpenVAS (Open Vulnerabilit...
Join discussion
Mar 23, 2017 · 1 min read · docker pull dustise/openvas git clone https://github.com/fleeto/docker-openvas.git 上回书说到的 OpenVAS,其中的安装过程用的居然不是 Docker,其主要原因有: 第一,安装使用都不熟悉,直接上手第三方比较容易跑偏,官网靠谱一点(现在我知道了,官网也有不靠谱的)。 第二,因为上面的原因,Docker Hub 上的 mikesplain/openvas-docker 不得要领,尤其是客户端连接这部分。(后...
Join discussionMar 17, 2017 · 1 min read · OpenVAS 是一个开源的漏洞评估系统。 环境准备 这里用 CentOS 7 Minimal 版本开始安装 开始之前,首先关闭 Selinux 和 firewalld,以免造成一些不必要的干扰,安装完成后可以酌情开启。 考虑到一些特殊的网络状况,可能需要设置代理服务器,注意后面的安装可能用到 RSYNC,所以设置代理的时候也要加上:RSYNC_PROXY=10.211.55.2:8016 诸如此类的语句。 最后是一些必要的工具准备: yum install -y bzip2 wget...
Join discussion