From 9e075b8140a3eaedf9dbb86468dae08b4a6621e3 Mon Sep 17 00:00:00 2001 From: patrik Date: Sat, 23 Nov 2013 22:26:33 +0000 Subject: [PATCH] change incorrect parameter http-put.file to http-url.file based on bug report --- scripts/http-put.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-put.nse b/scripts/http-put.nse index 1a988c92a..d3560d2fa 100644 --- a/scripts/http-put.nse +++ b/scripts/http-put.nse @@ -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