14th May 2024

How to List User, Renew User Password and Update Nessus Plugin in Nessus Program

After using theNessus” program, you can follow the steps below assuming we have forgotten the user and password. At first, we run the Nessus service with the command below. We check that the Nessus service is running with the “service nessusd status” command.

sudo service nessusd start
sudo service nessusd status
service nessusd start and service nessusd status
service nessusd start and service nessusd status

 

Nessus User List

We run the command below to list Nessus users.

Linux

We run the following command to list Nessus users on Linux.

Nessus User Password Restart

You can use the command below to change the password of the Nessus user.

nessuscli chpasswd <username>

Linux

You can use the following command to change the password of the Nessus user in Linux. The password does not appear on the screen as you type.

Nessus Plugin Update

If you want to update the Nessus plugins, you can use the command below.

nessuscli update --plugins-only

Linux

 

LEARN MORE  Adding, Removing and Authorizing Users from the Windows Command Line

Leave a Reply

Your email address will not be published. Required fields are marked *