• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install OpenVAS Vulnerability Scanner in Kali Linux

{{postValue.id}}

To install OpenVAS Vulnerability Scanner in Kali Linux

OpenVAS is an open source vulnerability scanner used to execute the actual network vulnerability tests in Linux distributions. It is a framework for several tools and plays important role in penetration testing. The openVAS can also handles more then one target host at a time. Scanning results and configurations are stored with the SQL Database.

Installation of OpenVAS Vulnerability Scanner

Before installing OpenVAS, run the apt-get update command.

root@linuxhelp:~# apt-get update
Get:1 http://kali.mirror.garr.it/mirrors/kali kali-rolling InRelease [30.5 kB]
Get:2 http://kali.mirror.garr.it/mirrors/kali kali-rolling/main amd64 Packages [13.9 MB]
Fetched 13.9 MB in 60s (231 kB/s)                                              
Reading package lists... Done


Now install the OpenVAS with the below command.

root@linuxhelp:~# apt-get install openvas
Reading package lists... Done
Building dependency tree       
Reading state information... Done
&hellip 
&hellip 
Setting up greenbone-security-assistant (6.0.10-0kali1) ...
update-rc.d: We have no instructions for the greenbone-security-assistant init script.
update-rc.d: It looks like a non-network service, we enable it.
Setting up openvas (8.0+kali3) ...
Processing triggers for libc-bin (2.23-4) ...
Processing triggers for systemd (228-4) ...


Next run the below command to configure the OpenVAS.

root@linuxhelp:~# openvas-setup
/var/lib/openvas/private/CA created
/var/lib/openvas/CA created
&hellip 
&hellip 
&hellip 
Certificate is to be certified until Aug 16 06:07:29 2017 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
md   main:  DEBUG:3679:2016-08-16 02h07.43 EDT:    sql_open: db open, max retry sleep time is 0
Rebuilding NVT cache... done.
User created with password ' 3e575faa-fc4b-4129-8e5e-766fc9841e5d' .


Finally start the OpenVAS service with the following command.

root@linuxhelp:~# openvas-start
Starting OpenVas Services


Now you need to open the browser and type https://127.0.0.1:9392 in the url . Enter the default user name and password, which is already generated in the terminal.

Greenbone_security_assistant

Enter the ipaddress to start scanning process.

Start_scanning

Here you can see the scan status.

scan status

Greenbone_scanning

After scanning completed, it display the status as done.

scan_result

In the Scan management tab, you can view the tasks and report details.

report_details

Click on Asset management option to view the hosts detail.

Asset_management

Click on SecInfo management to view the reports as chart.

SecInfo_management

Configuration options will display the configuration settings.

configuration_settings

The Extras option is used for general settings.

 general_settings

Finally the Administration option will display the admin details.

admin_details

Tags:
benjamin
Author: 

Comments ( 1 )

ddevadas
Hello, Would it be nice if you can help me to install scanner only and bind with another manager? thanks - Dilip
Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

How are local tests conducted on nodes?

A

For Linux systems SSH is used to connect and perform local tests and the SLAD mechanism can be used to perform more extensive testing (e.g. password auditing). SSH functions are defined in t

Q

What is the main terms of using the OpenVAS vulnerability?

A

OpenVAS is an open source vulnerability scanner used to execute the actual network vulnerability tests in Linux distributions. It is a framework for several tools and plays important role in

Q

What are the alternative tools available for the OpenVAS vulnerability?

A

Shodan,
Acunetix,
Sucuri,
Webcheck.me,
OpenSCAP,
Nexpose

Q

How to install OpenVAS Vulnerability Scanner on Ubutnu?

A

For the installation of OpenVAS Vulnerability Scanner on Ubuntu, use the following command as given below,
"sudo apt install software-properties-common"
"sudo add-apt-repository ppa:mrazavi/openvas"

Q

How to install OpenVAS Vulnerability Scanner on CentOS?

A

For the installation of OpenVAS Vulnerability Scanner on CentOS, use the following command as given below,
"yum install openvas"

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaiah ?
What is the use of SUID & SGID commands

How to set the special permissions to the files and folders using SUID and SGID commands...

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.