Deployment of vulnerability scanning and analysis software Nessus under CentOS

Nessus is currently the most widely used system vulnerability scanning and analysis software in the world. In total, more than 75,000 organizations use Nessus as the software to scan their computer systems.

Its characteristics are:

  1. Provide a complete computer vulnerability scanning service, and update its vulnerability database at any time.

  2. Different from traditional vulnerability scanning software, Nessus can be remotely controlled locally or remotely to perform system vulnerability analysis and scanning.

  3. Its operating efficiency can be adjusted by itself along with system resources. If you add more resources to the host (such as speeding up the CPU or increasing the memory size), its efficiency can be improved due to abundant resources.

The following describes the deployment of Nessus under CentOS7

1、 Register and download on the official website https://www.tenable.com/downloads/nessus

2、 Get the activation code + download address in the email

3、 Upload the rpm installation package to the CentOS7 server (can connect to the Internet)

4、 Close SELINUX, add firewall

sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinux

setenforce 0

firewall-cmd --zone=public --add-port=8834/tcp --permanent

firewall-cmd --reload

5、 Start nessusd service

systemctl start nessusd.service

6、 Log in to the web service interface

https://IP:8834

7、 Enter your activation code for Nessus Essentials

8、 Then wait to download the plugin

9、 Wait for the plugin to be compiled

10、 You can find a host as the target for scanning test

11、 Wait for the scan to complete, need to wait a certain amount of time

12、 Can export scan report, and then perform security hardening

Recommended Posts

Deployment of vulnerability scanning and analysis software Nessus under CentOS
Centos6.5 installation and deployment of KVM
Erlang 20.2 installation and deployment under CentOS 7
Installation and use of Mysql under CentOS
Centos-6.5 installation and deployment of LNMP environment
Installation and configuration of redis under centos7
Zabbix installation and deployment and localization under CentOS
Jenkins installation and deployment tutorial under CentOS 7
Centos7 installation and deployment of Airflow detailed
Installation and configuration of rsync server under CentOS 6.5
MySQL 8.0 installation and deployment under CentOS, super detailed!
Distributed deployment of Apollo configuration center under CentOS8
Installation and cracking of confluence6.3 operation records under Centos
Installation and cracking of Jira7 operation records under Centos
Environment configuration of JDK, mysql and tomcat under Centos7
[CentOS environment deployment] Java7/Java8 deployment under CentOS
Detailed explanation of Spark installation and configuration tutorial under centOS7
Deployment of graphite on centos7
Basic usage and examples of yum under Liunx (centos8) (recommended)
Centos8 minimal deployment and installation of OpenStack Ussuri detailed tutorial
Using Elastic Stack on CentOS 8: Deployment and authentication configuration of Elasticsearch/Kibana 7.8
Centos7 installation and configuration of Jenkins
Install and configure keepalived under CentOS 5.9
Compile and install LAMP under Centos 5.2
RabbitMQ cluster deployment record under Centos6.9
CentOS7 installation and maintenance of Gitlab
Elasticsearch cluster deployment record under CentOS7
Deploy and optimize Tomcat under Centos
Java-JDK installation and configuration under CentOS
Install Python3 and ansible under CentOS8
Install and use docker under CentOS 6.8
Install Python3 and Py under CentOS7
CentOS deployment method of flask project
CentOs7 installation and deployment Zabbix3.4 original
FFmpeg environment deployment record under centos7
Coexistence of CUDA8.0 and CUDA9.0 under Ubuntu 16.04
PPTP environment deployment record under Centos
Install Mono 3.2 and Jexus 5.4 under CentOS 6.3
ubuntu Docker installation and deployment of Rancher
Compile and install libmodbus library under CentOS7
Tomcat installation and configuration under CentOS 7 (Tomcat startup)
Installation and uninstallation of CUDA under Ubuntu 16.04
Installation and deployment of Nginx in Ubuntu
Install Mono 2.10.8 and Jexus 5.0 under 32- and 64-bit CentOS 6.0
Python and scrapy deployment in centos environment
The fourth installment of Zabbix under CentOs7
KVM installation and preliminary use under CentOS 7.2
Complete deployment record for LDAP under Centos7.2
Construction of Zabbix monitoring platform under CentOS7