1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 21:51:28 +00:00

Move url-encoding to url.build_query

patch from nnposter: http://seclists.org/nmap-dev/2014/q3/427
This commit is contained in:
dmiller
2014-10-15 18:12:58 +00:00
parent a318db04b3
commit 5952b9745b
6 changed files with 22 additions and 33 deletions

View File

@@ -78,7 +78,7 @@ local function getReflected(parsed, r)
end
local function addPayload(v)
return v.."ghz%3Ehzx%22zxc%27xcv"
return v.."ghz>hzx\"zxc'xcv"
end
local function createMinedLinks(reflected_values, all_values)