mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
change incorrect parameter http-put.file to http-url.file based on bug report
This commit is contained in:
parent
c1c659568e
commit
9e075b8140
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue