Sabtu, 08 September 2012

How to install Nessus in bactrack 5 R2

In the post this time I would like to explain how to install Nessus in the first Backtrack.Yang Download Nessus in http://www.nessus.org/register/ first program. After registering and downloading our application, we can directly install the package in the following manner:
Open a terminal and type the following command, do not forget to point our first location to the location where we download Nessus.


root@bt:~# dpkg -i Nessus-5.0.1-debian6_i386.deb
Selecting previously deselected package nessus.
(Reading database ... 252456 files and directories currently installed.)
Unpacking nessus (from Nessus-5.0.1-debian6_i386.deb) ...
Setting up nessus (5.0.1) ...

 - You can start nessusd by typing /etc/init.d/nessusd start
 - Then go to https://bt:8834/ to configure your scanner


Processing triggers for ureadahead ...