mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix script argument name. ftp-proftpd-backdoor.cmd
instead of ftp-proftp-backdoor.cmd.
This commit is contained in:
parent
4744f6b747
commit
722fd3a89a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue