On Sun, Sep 25, 2005 at 06:37:45PM -0400, [EMAIL PROTECTED] wrote: > I get the following: > > results|my.net|hampton-mac.my.net|ssh (22/tcp)|19592|Security Hole|\n
It would be interesting to see what the session data reports about this scan. To find out, first identify Nessus' local state directory by running as root on the nessusd host: fgrep 'localstatedir=' `which nessus-adduser` By default, Nessus uses /usr/local/var; Fedora Core probably has a different value. Next, identify the file with the session data. It will be located under the local state directory in the directory "nessus/users/$user/sessions" (where $user refers to the Nessus user that ran the scan) and named using the template yyyymmdd-hhmmss-data (eg, 20050926-114501-data). Now grep the session data file for '<|> 19592 <|> SERVER'. Do you see the full report in that? George -- [EMAIL PROTECTED] _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
