On Wed, Sep 22, 2004 at 10:20:24AM -0500, Billy Menasco wrote:
> I have tried adding comments to my target files using "#" and do not see any
> problems. Is this okay?
I don't recall that as being OK. It _turns out_ OK, because no computer
resolves with such names, but you should definitely remove the comments
before you pass the file to nessusd.
ie:
grep -v ' *#.*' targets.txt > targets_nessus.txt
nessus -q localhost ... targets_nessus.txt report.nbe
rm targets_nessus.txt
-- Renaud
_______________________________________________
Nessus mailing list
[EMAIL PROTECTED]
http://mail.nessus.org/mailman/listinfo/nessus