Mailing List Archive

patch to fix weblogic_percent.nasl
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