Re: Sambar sendmail false positives

From: Michel Arboi (arboiat_private)
Date: Fri Jan 04 2002 - 11:32:52 PST

  • Next message: Thomas Reinke: "Re: Sambar sendmail false positives"

    Thomas Reinke <reinke@e-softinc.com> writes:
    
    > >  soc = open_sock_tcp(port);
    
    This will open a SSL connection if SSL was detected on this port by
    find_service
    
    > >   if("you're speaking plain http to an ssl-enabled server port" ><
    
    So I suppose that this will never work.
    
    You'd rather use, as in netscape_crash.nasl: 
    soc = open_sock_tcp(port, transport:ENCAPS_IP);
    



    This archive was generated by hypermail 2b30 : Fri Jan 04 2002 - 11:34:46 PST