Skip to content

Commit

Permalink
Fix a typo from debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Sep 23, 2016
1 parent e42fecf commit b61e929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/auth-owners.nse
Expand Up @@ -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 =
Expand Down

0 comments on commit b61e929

Please sign in to comment.