|
2013-09-16
, 20:54
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#2
|
The Following User Says Thank You to szopin For This Useful Post: | ||
|
2013-09-17
, 11:25
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#3
|
The Following User Says Thank You to For This Useful Post: | ||
Since the latest tarballs available, that I could find, the version is (a bit) outdated (version 2.3.1)
There are a few manual steps post-installation, which I have to sort out to automate within debian packages.
To overcome some issues with certain files included in multiple debs, install using dpkg -i --force-all <package>
Secondly, because nessus is unable to locate shared libraries, you also need to add to /etc/ld.so.conf
/usr/local/lib
at the end of the file
Then issue command:
Third, ownership of files are 1000:1000 (not root:root) this shouldnt cause issues, but, now you know
Files are uploaded to dropbox as gzipped tar, untar those and install with
Use nesses-adduser to add a first user
Enjoy!
Download link:
https://dl.dropboxusercontent.com/u/...us-N900.tar.gz
Screenshots:
Last edited by nieldk; 2013-09-22 at 07:45. Reason: Changed status from WIP to ANNOUNCE as it can be considered stable