> Michael Scheidell <[EMAIL PROTECTED]> writes: > > > a followup: the built in nmap_connect() scan is fine.. EXCEPT.. there is > > some plugin that has marked nmap as a dependency and tries to run > > nmap_wrapper anyway... > > There are *many* plugins that use nmap as a dependency, or at least > find_service which depends upon nmap. > If you do not want to run it, you have to reset "enable dependencies > at run time". > > > any idea how far back to go with nmap_wrapper() to fix it? > > I suspect that the problem is *not* here. >
Well, ALL I DID was this and it fixed it: cd /usr/local/src/nessus-plugins/plugins/nmap_wrapper cvs -z9 update -r 1.69 nmap_wrapper.c rm *.o make cp nmap_wrapper.nes /usr/local/lib/nessus/plugins killall -9 nessusd sleep 1 nessusd -D now it works... so, whatever ELSE is happening, going back to nmap_wrapper 1.69 works for me on FBSD 4.5. -- Michael Scheidell, CEO SECNAP Network Security, LLC Sales: 866-SECNAPNET / (1-866-732-6276) Main: 561-368-9561 / www.secnap.net Looking for a career in Internet security? http://www.secnap.net/employment/ - [EMAIL PROTECTED]: general discussions about Nessus. * To unsubscribe, send a mail to [EMAIL PROTECTED] with "unsubscribe nessus" in the body.
