Home  >  Article  >  Operation and Maintenance  >  How to implement Kali-OpenVAS scanning

How to implement Kali-OpenVAS scanning

王林
王林forward
2023-05-21 14:13:06859browse

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

怎样实现Kali-OpenVAS 扫描

You can modify the current user system environment configuration (such as password, current time zone, etc.) through Extras-My Settings

怎样实现Kali-OpenVAS 扫描

#The scan target can be modified through the Configuration-Targets menu. By default, no target will be scanned.

怎样实现Kali-OpenVAS 扫描

Through the Configuration-Scan Configs menu Configure a custom scan policy

怎样实现Kali-OpenVAS 扫描

The 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!

Statement:
This article is reproduced at:yisu.com. If there is any infringement, please contact admin@php.cn delete