Skip to main content

How to install and use Nessus on Kali Linux

First download nessus .deb package:

http://www.tenable.com/products/nessus/select-your-operating-system

From the console:

dpkg -i nessus....

From the console:

cd /opt/nessus/bin

./nessus-fetch --register "activationcode"

From the console:

service nessusd start

In the browser:

http://127.0.0.1:8834

 

Enable auto update plugins:

cd /opt/nessus/etc/nessus

cp nessusd.conf.imported nessusd.conf

If auto_update is set to ‘yes’ in nessusd.conf, Nessus will
update the plugins by itself. So set it on ‘yes’.

[:en]

First download nessus .deb package:

http://www.tenable.com/products/nessus/select-your-operating-system

From the console:

dpkg -i nessus....

From the console:

cd /opt/nessus/bin

./nessus-fetch --register "activationcode"

From the console:

service nessusd start

In the browser:

http://127.0.0.1:8834

 

Enable auto update plugins:

cd /opt/nessus/etc/nessus

cp nessusd.conf.imported nessusd.conf

If auto_update is set to ‘yes’ in nessusd.conf, Nessus will
update the plugins by itself. So set it on ‘yes’.

Geef een reactie

Het e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *