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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user