44,45c44,46
<  script_dependencie("find_service.nes");
<  
---
>  script_dependencie("find_service.nes", "http_version.nasl");
>  script_exclude_keys("www/iis");
> 
91a93
> debug = 0;
92a95
> include("dump.inc");
96a100,104
> if (debug)
> {
>  port = 443;
> }
> 
105c113,121
< if(strlen(buf) > 5)security_hole(port);
---
> if(strlen(buf) > 5)
> {
>  if (debug)
>  {
>   dump(ddata:buf, dtitle:"SSL");
>  }
> 
>  security_hole(port);
> }
