How to Install and Use Nessus for Your First Vulnerability Scan (Linux Guide)
嗯,用户让我帮忙总结一篇文章,控制在一百个字以内,而且不需要用“文章内容总结”之类的开头。我先看看这篇文章讲了什么。 文章主要介绍了Nessus这个漏洞扫描工具,解释了它的重要性,还详细讲解了如何在Linux系统上安装它。看起来是给刚入门的网络安全爱好者准备的。 用户的需求是中文总结,而且要简短。我需要抓住关键点:Nessus是什么,它的作用,以及安装步骤。可能还要提到它适合新手。 再检查一下字数限制,确保不超过一百个字。可能需要用简洁的语言概括主要内容,比如“介绍Nessus及其重要性,并提供在Linux上的安装步骤”。 这样应该能满足用户的要求了。 </think> 文章介绍了Nessus漏洞扫描工具的功能及其重要性,并详细讲解了如何在Linux系统上安装和配置Nessus Essentials,适合网络安全新手使用。 2026-4-6 06:40:8 Author: infosecwriteups.com(查看原文) 阅读量:12 收藏

Press enter or click to view image in full size

PriOFF

Most cyber attacks don’t start with hacking. They start with ignored vulnerabilities.

Before attackers find them, security professionals use tools to see what’s exposed — one of the most popular being Nessus.

In this blog, we’ll understand what Nessus is, why it matters, and how to install it on Linux step by step, even if you’re completely new.

What Is Nessus?

Nessus is a vulnerability scanning tool that checks systems, servers, and networks for known security weaknesses.

  • Developed by Tanable (a cybersecurity company that provides an exposure management platform)
  • Used by companies, researchers, and students.
  • Helps identify misconfigurations, outdated software, and known vulnerabilities

Why Nessus Matters?

  • Helps organizations know what’s exposed
  • Prevents attacks before damage happens
  • Used in audits, compliance, and learning
  • A great starting tool for cybersecurity beginners

How to install Nessus on Linux?

In this guide, we’ll install Nessus Essentials on Ubuntu/Debian-based Linux systems. The process is simple and beginner-friendly.

Step 1: Download Nessus Essentials

Visit the official Tenable website, Register with an email id and download the Nessus Essentials (.deb) package for Linux.

Download link for Nessus Essentials: https://www.tenable.com/products/nessus/nessus-essentials

After Opening the link, Register yourself.

Press enter or click to view image in full size

Register with an email id

After register, click on “Download” to download nessus.

Press enter or click to view image in full size

Download Nessus Essentials

Select Platform accourding to you Linux Distribution and Download the Nesses.

Press enter or click to view image in full size

Select the Linux Distribution

Step 2: Install the nessus .deb file

Now Open Terminal and go to the directory where Nessus is downloaded (Generally ~/Downloads).

cd ~/Downloads
sudo dpkg -i <Nessus-deb-file>

Press enter or click to view image in full size

Installing nessus essential

Step 3: Start the nessusd.service

After installation, start the nessus service using below command.

sudo systemctl start nessusd.service

Confirm whether the service is started or not using below command:

sudo systemctl status nessusd.service

Press enter or click to view image in full size

Checking status: nessusd.service

Now, open the browser in the Linux, and go to you localhost on port 8834

Here: https://localhost:8834

Press enter or click to view image in full size

Certificate Warning

Click on “Advanced” > “Accept the Risk and Continue”

Step 4: Quick Setup for Nessus

After the visiting: https:localhost:8834

Get PriOFF’s stories in your inbox

Join Medium for free to get updates from this writer.

Remember me for faster sign in

You can see a Welcome Screen.

Here, check the box “Register Offline” then click on “Continue”

Welcome Screen

We are using free version of Nessus Essentials, Therefore select Nessus Expert option and click on “Continue”.

select option

Now, Copy the challenge code and click on “Offline Registration” for Generating license Key.

License Key page

Press enter or click to view image in full size

Activation code

Paste the challenge code and activation code (Check your mail inbox & look for mail with activation code)

Submit and get license

Now, copy the license and paste it on registration page and click “Continue”.

Press enter or click to view image in full size

License key generation
Apply license key

Now, Set the username and password.

Press enter or click to view image in full size

Login with credentials

Now, wait for a minute and let it setup

Step 5: Configure Plugins

After the Setup, We have our Nessus Dashboard. But if you close look at the dashboard, you can notice scan button is disabled !

Before starting scan, we have to configure our plugins.

Press enter or click to view image in full size

Now, go to: Settings > About > Software Update

Then select “Update all components”, and click on “save”.

Press enter or click to view image in full size

Wait for a moment and you can see, our plugins are started to download.

Go to: Settings > About > Events

Press enter or click to view image in full size

After few minutes, our plugins are downloaded and configured. Now, wait for few minutes and logout, close your tab and re-login with your credentials.

Press enter or click to view image in full size

Plugins Downloaded

After re-login, you can see, now our scan option is enabled !

Press enter or click to view image in full size

At this point, you’re looking at the Nessus dashboard — which means your installation was successful and the scanner is ready to use.

For many beginners, this is the first time they interact with a real-world vulnerability scanning tool used by professionals. From here, you can start exploring scan templates, understand how vulnerabilities are categorized, and learn how security teams identify risks before attackers do.

If this is your first time installing Nessus,

  • what was the most confusing or interesting part of the process?
  • And if you’ve used vulnerability scanners before, how would you compare Nessus so far?
  • Share your thoughts — your experience might help someone else starting out.

In the next post, we’ll run our first scan and understand how to read Nessus results without getting overwhelmed.


文章来源: https://infosecwriteups.com/what-is-nessus-a-beginner-friendly-guide-with-linux-installation-53e4da28f374?source=rss----7b722bfd1b8d---4
如有侵权请联系:admin#unsafe.sh