mirror of
https://github.com/nmap/nmap.git
synced 2026-01-27 08:39:02 +00:00
Update and proofread documentation of all the scripts, with the exception of
nbstat.nse and smb-*.nse, which Ron is going to do.
This commit is contained in:
@@ -15,7 +15,7 @@ require "shortport"
|
||||
|
||||
portrule = shortport.port_or_service(21, "ftp")
|
||||
|
||||
--- Connects to the ftp server and checks if the server allows anonymous logins.
|
||||
--- Connects to the FTP server and checks if the server allows anonymous logins.
|
||||
action = function(host, port)
|
||||
local socket = nmap.new_socket()
|
||||
local result
|
||||
|
||||
Reference in New Issue
Block a user