« November 2005 | Main | January 2006 »

December 2005 Archives


December 8, 2005

Network Security Tools - Review on Amazon

I asked Jose Nazario to do a review of the book written by Nitesh Dhanjani, myself, and a few of the people I used to work with in New York. He has submitted a (pretty positive) review on Amazon. You can see it here.

Found this useful? Then Digg It.

December 22, 2005

Nessus 3.0 on Ubuntu 5.10 (Breezy)

I for one have no particular problems with the fact that Nessus has gone to a closed source model from version 3, with the exception that this means I can’t run Nessus on some of my platforms of choice (ie, Gentoo Linux). However, since a package is available for Debian 3.x, I wondered if it would work on Ubuntu. This didn’t prove too difficult - I expect because Ubuntu is based on Debian 3.x and also because the Nessus developers have historically bundled their own versions of libraries to prevent library dependency issues (that seems to be the usual reason for not being able to install Debian packages on Ubuntu for me).

The install itself is fairly self explanatory:

  1. Download the Debian package (Nessus-3.0.0-debian3_i386.deb) from http://www.nessus.org/download/. This will involve signing up to download the binary – the e-mail they send you will allow you to register the plugin feed, allowing access to all the new plugins Tenable write after a 7 day delay.
  2. Install the package using dpkg. This will install the package into the /opt/nessus/ directory:
    • sudo dpkg -i Nessus-3.0.0-debian3_i386.deb
  3. The install will perform several of the steps that you would have previously done manually – eg, it will add the nessus directory into the /etc/ld.so.conf file so that the libraries will load.
  4. Add in your admin user using the /opt/nessus/sbin/nessus-add-first-user script. This is a bit different from how it was previously done – you add the first user this way, and then add extra users using the more familiar /opt/nessus/sbin/nessus-adduser script.
  5. Break open your e-mail, and paste in the command line supplied to register your plugin feed.
  6. Start the nessus daemon:
    • /opt/nessus/sbin/nessusd –D

If you have a problem with the Nessus daemon not starting (or aborting when starting), try running /opt/nessus/sbin/nessusd -R and then restarting the dameon.

There are some other difference in the new versions, it is well worth a peruse of the documentation. One of the major differences is that there is no longer a GUI client supplied with the package – this has been split into a separate NessusClient package that you will also need to download from http://www.nessus.org/download/, and compile and install yourself. The command line client, however, is supplied with the binary package.

Enjoy!

Found this useful? Then Digg It.


About December 2005

This page contains all entries posted to justinclarke.com in December 2005. They are listed from oldest to newest.

November 2005 is the previous archive.

January 2006 is the next archive.

Many more can be found on the main index page or by looking through the archives.

Creative Commons License
This weblog is licensed under a Creative Commons License.
Powered by
Movable Type 3.36

Valid XHTML 1.0!