Hi all! It seems yesterday the CVS tree was fixed for some freezes on nessus 1.1.12 I tried it yesterday and the bug was gone. However running it on batch mode i noticed the "txt" and "tex" output type wont show the scan info, whereas the "nsr" output format seems to work fine. Is this a bug or am i doing something wrong?
BTW i have been rebuilding nessus a lot these days.. i made the following shell script to rebuild it in a single step (well, add to that the /usr/local/sbin/uninstall-nessus script and untarring/decompressing steps...) i ran this as root from the top of the nessus packages. Its not terribly smart (heh)... but maybe someone find this useful. Best regards Cristobal ----------------- begin script #!/bin/bash cd nessus-libraries ./configure && make && make install cd .. cd libnasl ./configure && make && make install cd .. cd nessus-core ./configure && make && make install cd .. cd nessus-plugins ./configure && make && make install ------------- end script -- Cristobal Soto Y.
