Home  >  Article  >  System Tutorial  >  Xiaosi LINUX shares: Nessus installation under CentOS and Nessus installation guide for CentOS 7

Xiaosi LINUX shares: Nessus installation under CentOS and Nessus installation guide for CentOS 7

PHPz
PHPzforward
2024-02-10 16:20:181260browse

php editor Youzi brings you a sharing article about Nessus installation under CentOS. CentOS is a common Linux operating system, and Nessus is a powerful tool for vulnerability scanning and security assessment. This article will introduce in detail how to install Nessus on CentOS systems, and provide a Nessus installation guide for CentOS 7 to help readers easily complete the installation process. Whether you are a beginner or an experienced technician interested in network security, you will get valuable information and guidance from this article.

小四LINUX分享:CentOS下Nessus的安装与CentOS 7的Nessus安装指南

Installation of Nessus under CentOS

1. Download the Nessus installation package

We need to download the Nessus installation package from the official website, visit Nessus official website, download the installation package suitable for your CentOS version.

2. Install Nessus

Upload the downloaded installation package to the specified directory of the CentOS server, and then use the following command to install:

```shell

tar -zxvf nessus.tar.gz

cd nessus

./install.sh

```

During the installation process , you will be prompted to enter the administrator password, Nessus server port and other information, and just follow the prompts to set it up.

3. Start the Nessus service

After the installation is complete, use the following command to start the Nessus service:

/etc/init.d/nessusd start

If To set up auto-start at boot, you can use the following command:

chkconfig nessusd on

CentOS 7 Nessus Installation Guide

For CentOS 7 system, the steps to install Nessus are slightly different from CentOS. There are differences. Here are the detailed steps:

Also download the installation package suitable for CentOS 7 from the Nessus official website.

2. Install dependency packages

Before installing Nessus, you need to install some dependency packages. Use the following command to install:

yum install -y epel-release openssl openssh -server wget java-11-openjdk-devel gcc make python3-pip python3-devel python3-setuptools python3-virtualenv python3-wheel libffi-devel libxml2-devel libxslt-devel postgresql-server postgresql-devel postgresql python3-psycopg2 postgresql-contrib nginx redis gcc-c redis libcurl4-openssl-dev libxml2-utils libxslt-utils unzip zip git gcc-c gcc-gfortran gcc-go gcc-objc gcc-objcpp gcc-gobjc gcc-gccjit gcc-gnat gcc-go gnat binutils binutils- devel binutils-gold binutils-devel-static glibc glibc.i686 glibc-devel glibc-devel.i686 glibc-headers glibc-devel.i686 zlib zlib.i686 zlib-devel zlib.i686 zlib-static libjpeg libjpeg.i686 libjpeg-devel libjpeg .i686 libjpeg-static libpng libpng.i686 libpng-devel libpng.i686 libpng-static libtiff libtiff.i686 libtiff-devel libtiff.i686 libtiff-static libwebp libwebp.i686 libwebp-devel libwebp.i686 libwebp-static fontconfig fontconfig. i686 fontconfig- devel fontconfig.i686 fontconfig-static freetype freetype.i686 freetype-devel freetype.i686 freetype-static gobject gobject intltool intltool libglade libglade.i686 gtk gtk extra gtk extra extra extra gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gt k gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk gtk g tk gtk gtk gtk gtk gtk gtk gtk gtk gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2gtk2

The above is the detailed content of Xiaosi LINUX shares: Nessus installation under CentOS and Nessus installation guide for CentOS 7. For more information, please follow other related articles on the PHP Chinese website!

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

Related articles

See more