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