[prev in list] [next in list] [prev in thread] [next in thread] 

List:       nessus-plugins-writers
Subject:    patch to fix weblogic_percent.nasl
From:       "Michael Scheidell" <scheidell () secnap ! net>
Date:       2002-08-19 16:27:56
Message-ID: 010601c2479d$5fcb45f0$3301010a () MIKELT
[Download RAW message or body]

got some weird messages in nessusd.debug, unknown variable tolower, etc.
nee to add a semicolen, patch here:

--- weblogic_percent.nasl.orig Fri Jul 26 17:07:26 2002
+++ weblogic_percent.nasl Mon Aug 19 12:23:47 2002
@@ -70,7 +70,7 @@
  {
   buffer = http_get(item:"/%2e/", port:port);
   send(socket:soc, data:buffer);
-  data = tolower(recv(socket:soc, length:1000))
+  data = tolower(recv(socket:soc, length:1000));
   if( "directory listing of" >< data)
   {
    security_hole(port);


---
Michael Scheidell
SECNAP Network Security, LLC 
Sales: 866-SECNAPNET / (1-866-732-6276)
Main: 561-368-9561 / www.secnap.net

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic