mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Restore '%' deleted when http-vuln-cve2013-7091 was renamed. Closes #332
This commit is contained in:
parent
2db52ae951
commit
7271efe963
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ categories = {"exploit","vuln","intrusive"}
|
|||
portrule = shortport.http
|
||||
|
||||
-- function to escape specific characters
|
||||
local escape = function(str) return string.gsub(str, "", "") end
|
||||
local escape = function(str) return string.gsub(str, "%%", "%%%%") end
|
||||
|
||||
action = function(host, port)
|
||||
local uri = stdnse.get_script_args(SCRIPT_NAME..".uri") or "/zimbra"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue