diff --git a/scripts/auth-owners.nse b/scripts/auth-owners.nse index b51fc0f5a..ab4bd1c96 100644 --- a/scripts/auth-owners.nse +++ b/scripts/auth-owners.nse @@ -54,7 +54,7 @@ action = function(host, port) local try = nmap.new_try(catch) - try(client_ident:connect(host, 1113)) + try(client_ident:connect(host, 113)) try(client_service:connect(host, port)) local localip, localport, remoteip, remoteport =