Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Starting Nessus server |
|---|---|
| Date: | Mon, 28 Mar 2005 22:38:30 +0200 |
On Mon Mar 28 2005 at 12:03, Senthil Prabu.S wrote:
I started Nessus in GUI, disabled all plugins, except nmap.nasl. And I got only this message in my hmtl report "No noticeable information found".
Try the attached patch (and please tell us if it worked) If it keeps failing, a work around is to run nmap alone, saving the results with -oG, then let Nessus read the file.
RCS file: /usr/local/cvs/nessus-libraries/libnessus/popen.c,v
retrieving revision 1.15
diff -c -r1.15 popen.c
*** popen.c 27 Dec 2004 17:31:18 -0000 1.15
--- popen.c 28 Mar 2005 20:37:48 -0000
***************
*** 89,96 ****
if (nice(inice) < 0 && errno)
perror("nice");
}
! /* Memory usage: unlimited */
! rl.rlim_cur = rl.rlim_max = RLIM_INFINITY;
#ifdef RLIMIT_DATA
if (setrlimit(RLIMIT_DATA, &rl) < 0) perror("RLIMIT_DATA");
#endif
--- 89,96 ----
if (nice(inice) < 0 && errno)
perror("nice");
}
! /* Memory usage: 1 GB, as HP/UX does not like "RLIM_INFINITY" */
! rl.rlim_cur = rl.rlim_max = 0x10000000;
#ifdef RLIMIT_DATA
if (setrlimit(RLIMIT_DATA, &rl) < 0) perror("RLIMIT_DATA");
#endif
_______________________________________________ Nessus mailing list Nessus@list.nessus.org http://mail.nessus.org/mailman/listinfo/nessus
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | How long should Nessus take to do a full scan?, Jason Haar |
|---|---|
| Next by Date: | Re: How long should Nessus take to do a full scan?, Pete Duffin |
| Previous by Thread: | Re: Starting Nessus server, Senthil Prabu.S |
| Next by Thread: | Re: Starting Nessus server, Senthil Prabu.S |
| Indexes: | [Date] [Thread] [Top] [All Lists] |