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