Hi.

        First, thanks Renaud et al, Tenable for your work on this
product and plugin.

        I'm using Nessus 2.0.10 on RedHat 9.

        When I use version 1.2 of the plugin #13852, it fails to detect.

        I tracked down the code and it never sets storedport in the
detection of listener {378e52b0-c0a9-11cf-822d-00aa0051e40f}.

        I found that I needed to move the initialization of ncaport out
of dce_parse to just above the call to dce_parse(..)

        ...
        ncaport= = "???";
        dce_parse(result:r);

        To be safe, I moved all the initializations in dce_parse here.

        Then the check seems to work very well.

        Apologies if this topic has been covered - I did not find a
reference to this anywhere and I cannot upgrade right now to see if
2.0.12 makes a difference.

        Can anyone confirm this behavior?

Thanks again,
Chris Faigle
IS Security
University of Richmond


_______________________________________________
Nessus mailing list
[EMAIL PROTECTED]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to