As I work on security, I used to use Nessus on my openSUSE system.
But it seems that Tenable Network Security dropped support for the client on our favorite distribution.
At least, for some reason, they stopped making an universal statically linked binary (though they keep doing it for the server part) and it hasn’t changed since april.
Even the server has a rather limited and obsolete support of openSUSE 10, whereas Debian, Ubuntu and Fedora have support for various versions and architectures. Check there.
This is rather a shame, as openSUSE is one of the major distribution.
I tried some workarounds like converting the deb packages, but, as expected, there are some dependancies issues.
So far, it seems that not many people are affected, because there are not many voices on the forum. I can live without it, but however, this is often a nice and useful tool.
Does anyone use it here ? Or did you get it to work somehow ? If you feel concerned, please let it know to Tenable !
Related posts:





How about http://www.openvas.org ?
+1 for OpenVAS
Thanks for the suggestion. Actually, the last time I tried OpenVAS it was quite behind.
But it seems that it evolved pretty well, so I am going to try it out and compare its output with Nessus.
It just so happens that I did this yesterday using the rhel5 rpm
using whatever method to do this as root…
cd /usr/lib
ln -s libcrypto.so.0.9.8 libcrypto.so.6
ln -s libssl.so.0.9.8 libssl.so.6
rpm -Uvh NessusClient-4.0.1-es5.rpm.i386.rpm –nodeps
I think they’re all the steps I needed to do.
Good luck.
@Zenophran :
Thanks a lot, it works like a charm (also with the 64 bits version) !