Hi-

using Nessus: 1.1.12 from CVS @11:00AM today

I have noticed that the Nessus reports do not include under "List of open
ports:" all the ports which NMAP finds to be open.  For example, NMAP has
found 1494 open (ICA) on a number of hosts, but since there are no
security checks for Citrix, it does not get included in the report.  It is
listed in the NBE file, just not all the other formats.

Is there a way to modify Nessus to include these ports in the list even
though no checks were done on that port?


Also...

I was having problems with Nessus seg. faulting when I attempted to save
larger (several subnets w/ a dozen hosts in each) reports in the LaTeX
format.  I made the following while loop change in latex_output.c
replacing the recursive call which seemed to solve the issue.  I am not a
programmer, is this fix correct?

        void latex_print_host_ports(FILE * f, struct arglist * ports)
        {
          while(ports && ports->next)
          {
            /* if (!ports->next) return; */
            fprintf(f, "\\item\\verb+%s+\n", ports->name);
            /* pod_print_host_ports(f,ports->next); */
            ports = ports->next;
          }
        }



Thanks,
Joe





-- 
Joe Mondloch
Network Security Engineer
Berbee
5520 Research Park Drive   Madison, WI 53711
[EMAIL PROTECTED]
608.298.1096   Fax 608.288.3007

Reply via email to