PDA

View Full Version : Nessus in Kali?



swedishaccent
2013-03-16, 20:58
Hi,

Am missing install-packages for Nessus in Kali. Anyone know if Nessus don't work with Kali?

Best,

// Swedishaccent

brav0hax
2013-03-17, 06:30
Hi,

Am missing install-packages for Nessus in Kali. Anyone know if Nessus don't work with Kali?

Best,

// Swedishaccent

So nessus is not in the repos, but I installed the Debian 6 package from Tenable. It installed and works fine from my testing.

http://www.tenable.com

skorpinok
2013-03-17, 14:46
So nessus is not in the repos, but I installed the Debian 6 package from Tenable. It installed and works fine from my testing.

http://www.tenable.com


How to install Debian 6 package from Tenable ?

DrDinosaur
2013-03-17, 23:55
Yep. You even get the HTML5 version, which is very nice and works well.

B0bD0l3
2013-03-19, 01:33
Skorpinok i beleive brav0 ment he installed the verion 6 of nessus from http://www.tenable.com/products/nessus/select-your-operating-system under the linux tab

If you get redirected to the TOS(Terms of service) just click "agree" an dit will get yo back to the link above

blu3gl0w13
2013-03-20, 20:24
How to install Debian 6 package from Tenable ?

Here's how I did it.

Download the Debian 6 Package to /tmp on Kali for your specific architecture either i386 (32-bit) or amd64 (64-bit)

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

Debian 6.0 (32 bits):
Nessus-5.0.3-debian6_i386.deb

Debian 6.0 (64 bits):
Nessus-5.0.3-debian6_amd64.deb

Unpack the debian package

In terminal type:



cd /tmp/

ar vx Nessus-5.0.3-debian6*

tar -xzvf data.tar.gz

tar -xzvf control.tar.gz


There will now be an "etc" directory and a "opt" directory.

Copy the nessus directory in /tmp/opt/ to the /opt directory, make the /opt directory if it doesn't exist.

In Terminal type


mkdir /opt

cp -Rf /tmp/opt/nessus /opt

cp -Rf /tmp/etc/init.d/nessus* /etc/init.d


You can now delete the contents of the nessus download in the /tmp directory if you choose.

To Run Nessus, from a terminal type:


/etc/init.d/nessusd start # this starts the nessus server


Open a browser and navigate to: https://127.0.0.1:8834

Follow the remaining instructions. You WILL NEED to obtain a key/license from www.tenable.com even if only for the "free" version.

skorpinok
2013-03-21, 15:41
Great thanks blu3gl0w13
nessus succesfully installed, up & running

collosangy05
2013-03-23, 16:56
Thanks nessus worked.....

by the way i have a different account other thann root but every time i try to start a service like apache and mysql i get to put my password.... is there any way i can get rid of that bother each time i try something new onn kali?

blu3gl0w13
2013-04-15, 20:56
Thanks nessus worked.....

by the way i have a different account other thann root but every time i try to start a service like apache and mysql i get to put my password.... is there any way i can get rid of that bother each time i try something new onn kali?

Kali, like Backtrack is meant to be run as root, and NOT really meant to be a primary operating system. By default, apache and mysql services require root privileges to start/stop/restart. You CAN alter this, however, this is not recommended.

M`G
2013-04-17, 09:10
You can download directly match your terminal architecture nessus deb package, and then install them manually.I downloaded the latest version 5.03, the installation was successful.

networkmagician419
2013-04-18, 18:57
I did all of this, but when I run nessusd start, It says nessus not installed properly.. am I missing something?

shoeless
2013-04-19, 03:07
I don't have to much to input other than I have been able to get Nessus successfully working with Kali. Good luck!