From b61e92940eeb68ef68eff76a21b18613a1120fd1 Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 23 Sep 2016 02:24:57 +0000 Subject: [PATCH] Fix a typo from debugging. --- scripts/auth-owners.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =