How to implement Kali-OpenVAS scanning

王林
Release: 2023-05-21 14:13:06
forward
908 people have browsed it

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管理界面
Copy after login

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!

Related labels:
source:yisu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template