Nessus isSystem vulnerabilityScanning and analysis software, but the installation of Nessus on Kali Linux is not simple, does not provide a graphical installation excuse, below is to introduce you how to install Nessus on Kali Linux.
Open Http://www.tenable.com/products/nessus/select-your-operating-system with Iceweasel
download the appropriate version according to your needs
Debian 6, 7, 8/kali Linux 1 AMD64
File: Nessus-6.10.6-debian6_amd64.deb
md5:18e367aadb1488cfcc1a189e6a42702a
Debian 6, 7, 8/kali Linux 1 i386 (32-bit)
File: Nessus-6.10.6-debian6_i386.deb
Md5:2b33d8aa68b39eefbea4f9b72aae48db
Unpack and enter commands after downloading.
dpkg--unpack nessus-6.10.6-debian6_amd64.deb
ar VX nessus-6.10.6-debian6_amd64.deb
TAR-XZVF data.tar.gz
TAR-XZVF control.tar.gz
after the decompression, you have to copy the folder to the past.
mkdir/opt
cp-rf/tmp/opt/nessus/opt
cp-rf/tmp/etc/init.d/nessus*/ETC/INIT.D
/ETC/INIT.D/NESSUSD Start
Finally, this command starts Nessus .
you can see that 8834 ports have been tapped.
using Iceweasel input
http://127.0.0.1:8834 Open,
Nessus's initial interface is out.
Above is Nessus on Kali Linux installation introduced, if need to use this software, but do not know how to install, the method described above can try.
This article is from the "KKMM" blog, make sure to keep this source http://lisiyun.blog.51cto.com/2779132/1931098
Kali How to install Nessus on Linux