| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
By lorddoskias at 2006-06-18 05:37
|
|
A simple guide on how to install Nessus on slackware 10.2
As you may know "Tenable" doesn't provide native packages for Slackware, so we must do some tricks in order to run it.
First go and grab the package for fedora core 4 (that's what I'll be using for this example).When you are done you have to convert this package to tgz , this is done by simply using the "rpm2tgz" utility, so you do something like:
"rpm2tgz packagename.rpm". Then you should wait for a while ... after everything is done you must install the package:
"installpkg packagename.tar"
After the package is installed, it places its files in /opt/nessus dir.Now you should do the following things:
1.Update the berkeley db library version (http://www.linuxpackages.net/download.php?id=8485)
2.Then you must copy all files from /opt/nessus/lib to /usr/local/lib and run the ldconfig utility in order to update the library list.(Only the files, not the "nessus" subfolder)
3.Now it's time for some symbol linking:
3.1 Go into /usr/lib dir and execute the following commands:
ln -s libcrypto.so.0 libcrypto.so.5
ln -s libssl.so.0 libssl.so.5
ln -s libdb4-4.so libdb-4.3.so
After you've done this you may try and run nessus-add-first-user, then nessus-mkcrt, and finally nessus -D
I wish you luck.And I do not take any responsibility if you crash your system or something (Most probably it won't happen)
Author: LordDoskias with a little help from iddqd
You can contact me on irc.freenode.net @ ##slackware
|
|
|
|
All times are GMT -5. The time now is 02:33 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|
I am getting stuck tho.
there is no add user in /opt/nessus/bin
so I skipped to next step, nessus-mkcert-client and that yields: "Nessus server 'private' directory:"
I understand that is the key, but where is the correct location for this?
i have an sucessufully installation with this packages: SERVER- nessus-server-2.2.9-1.fc4.i386.tgz (Fedora4package)
but i have an SERIOUS problem with the client installation, so i download the Slackbuild nessus-client 1.0.2, wich created /tmp/nessus-client-1.0.2-i486-2sl.tgz ,wich added NessusClient to /usr/bin. I think that's is possible install one nessus-client more recent, but didn't yet. i hope this help somebody-someone.