mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Simplify returned message when ProFTPD is not vulnerable.
This commit is contained in:
parent
36b535eba2
commit
c098d5e679
1 changed files with 1 additions and 2 deletions
|
|
@ -145,8 +145,7 @@ local function check_proftpd(ftp_opts)
|
|||
proftpd_vuln = string.format(" ProFTPD (%s): VULNERABLE", cve)
|
||||
elseif not proftpd_vuln then
|
||||
return ftp_finish(socket, false,
|
||||
string.format("%s: server %s seems NOT VULNERABLE.",
|
||||
SCRIPT_NAME, ftp_opts.host.ip))
|
||||
'server ProFTPD seems NOT VULNERABLE.')
|
||||
end
|
||||
|
||||
table.insert(out, proftpd_str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue