- Kali Linux 2018:Windows Penetration Testing
- Wolf Halton Bo Weaver
- 417字
- 2021-06-24 18:22:37
Setting up and configuring OpenVAS
Recon is everything, so a good vulnerability scanner is essential. Kali used to come with OpenVAS installed. Now you have to install OpenVAS.
To install:
root@kalibook :~# apt -y install openvas
It must be configured and updated before use. Fortunately, Kali comes with a helpful script to set this up. This can be found under Applications | Vulnerability analysis | openvas initial setup. Clicking on this will open a Terminal window and run the script for you. This will set up self-signed certificates for SSL and download the latest vulnerability files and related data. It will also generate a password for the admin account on the system.

Kali also comes with a check set up script which will check the services and configuration. If an issue does come up it will give you help information on the issue. This script can be found at Applications | System Services | openvas check setup.
Click this and a Terminal window will open and run the script.
The script results are as shown in the following screenshot:
Note this check shows the running ports for the services. The check shows a warning to the effect that these services are only running on the local interface. This is fine for your work. It may at some point be useful for you to run the OpenVAS server on some other machine to improve the speed of your scans.
Next we will log into the Greenbone web interface to check Openvas.
- Open the browser and go to https://localhost:9392. You will be shown a security warning for a self-signed certificate; accept this and you will get a login screen, as follows:
- You will log in with the user name admin and the very long and complex password generated during the set up. Don't worry, we're going to change that once we get logged in. Once logged in you will see the following page.
- Now go to the Administration | Users tab as follows:
This will take you to the user administration page.
- Click the wrench link to the right of the name admin; this will open the edit page for the admin user.
- Change the radio button for Use existing value to the blank field; add your new password and click the Save button.
We've now finished setting up OpenVAS and we're ready to do some real work.
- Learning OpenDaylight
- Designing Purpose:Built Drones for Ardupilot Pixhawk 2.1
- 大學計算機應用基礎實踐教程(Windows 7+Office 2013)
- VMware Horizon View 6 Desktop Virtualization Cookbook
- Joomla! 3 Template Essentials
- 操作系統分析
- Kali Linux高級滲透測試
- Learn CUDA Programming
- 鴻蒙HarmonyOS手機應用開發實戰
- Web Penetration Testing with Kali Linux(Third Edition)
- Linux內核分析及應用
- Learning IBM Watson Analytics
- Python機器學習系統構建(原書第3版)
- Apache ShardingSphere權威指南
- Drupal 7 Mobile Web Development Beginner’s Guide