Based on Kali-2019.1a, install and configure OpenVAS (network environment problem, openvas-setup download takes too long)
apt-get install openvas #安装openvas openvas-setup #初始化配置 openvas-check-setup #检查openvas设置是否存在问题 openvasmd --list-users #查看当前账号 openvasmd --user=admin --new-password=password #设置用户名、密码 openvas-start #启动web管理界面
Use a browser to open https://127.0.0.1 on this machine: 9392 You can log in to the openvas management interface
You can modify the current user system environment configuration (such as password, current time zone, etc.) through Extras-My Settings
#The scan target can be modified through the Configuration-Targets menu. By default, no target will be scanned. Through the Configuration-Scan Configs menu Configure a custom scan policyThe above is the detailed content of How to implement Kali-OpenVAS scanning. For more information, please follow other related articles on the PHP Chinese website!