From 63bdb220bf2bff89700629c36b8d8db128a5e1de Mon Sep 17 00:00:00 2001 From: paulino Date: Fri, 19 Oct 2018 05:04:23 +0000 Subject: [PATCH] Removes extra word from old description --- scripts/http-sap-netweaver-leak.nse | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/http-sap-netweaver-leak.nse b/scripts/http-sap-netweaver-leak.nse index 50eb02870..86a25b36c 100644 --- a/scripts/http-sap-netweaver-leak.nse +++ b/scripts/http-sap-netweaver-leak.nse @@ -5,11 +5,11 @@ local vulns = require "vulns" local table = require "table" description = [[ -Detects SAP Netweaver Portal instances vulnerable that allow anonymous access to the - KM navigation page. This page leaks file names, ldap users, etc. +Detects SAP Netweaver Portal instances that allow anonymous access to the + KM unit navigation page. This page leaks file names, ldap users, etc. -SAP Netweaber Portal with the Knowledge Management Unit enable allow unauthenticated -users to list file system directories through the URL '/irj/go/km/navigation?Uri=/'. +SAP Netweaber Portal with the Knowledge Management Unit enable allows unauthenticated +users to list file system directories through the URL '/irj/go/km/navigation?Uri=/'. This issue has been reported and won't be fixed.