1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

change incorrect parameter http-put.file to http-url.file based on bug report

This commit is contained in:
patrik
2013-11-23 22:26:33 +00:00
parent c1c659568e
commit 9e075b8140

View File

@@ -37,7 +37,7 @@ portrule = shortport.port_or_service( {80, 443}, {"http", "https"}, "tcp", "open
action = function( host, port )
local fname, url = stdnse.get_script_args('http-url.file', 'http-put.url')
local fname, url = stdnse.get_script_args('http-put.file', 'http-put.url')
if ( not(fname) or not(url) ) then
return
end