1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 09:29:01 +00:00

Fix script argument name. ftp-proftpd-backdoor.cmd

instead of ftp-proftp-backdoor.cmd.
This commit is contained in:
david
2010-12-07 22:44:06 +00:00
parent 4744f6b747
commit 722fd3a89a

View File

@@ -53,7 +53,7 @@ action = function(host, port)
local cmd, err, line, req, resp, results, sock, status
-- Get script arguments.
cmd = stdnse.get_script_args("ftp-proftp-backdoor.cmd")
cmd = stdnse.get_script_args("ftp-proftpd-backdoor.cmd")
if not cmd then
cmd = CMD_SHELL
end