From fb77d6adddc099694b488353f69e95a45cc8cb5d Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 8 Nov 2008 05:12:22 +0000 Subject: [PATCH] changing name from identd-owners to auth-owners to match service name in nmap-services. We can always change it back if we change nmap-services --- scripts/identd-owners.nse | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/identd-owners.nse b/scripts/identd-owners.nse index e4add1a76..0a69ae673 100644 --- a/scripts/identd-owners.nse +++ b/scripts/identd-owners.nse @@ -1,23 +1,23 @@ description = [[ -Attempts to find the owner of an open TCP port by querying an identd -(auth - port 113) daemon which must also be open on the target system. +Attempts to find the owner of an open TCP port by querying an auth +(identd - port 113) daemon which must also be open on the target system. ]] --- --@output -- 21/tcp open ftp ProFTPD 1.3.1 --- |_ identd-owners: nobody +-- |_ auth-owners: nobody -- 22/tcp open ssh OpenSSH 4.3p2 Debian 9etch2 (protocol 2.0) --- |_ identd-owners: root +-- |_ auth-owners: root -- 25/tcp open smtp Postfix smtpd --- |_ identd-owners: postfix +-- |_ auth-owners: postfix -- 80/tcp open http Apache httpd 2.0.61 ((Unix) PHP/4.4.7 ...) --- |_ identd-owners: dhapache +-- |_ auth-owners: dhapache -- 113/tcp open auth? --- |_ identd-owners: nobody +-- |_ auth-owners: nobody -- 587/tcp open submission Postfix smtpd --- |_ identd-owners: postfix +-- |_ auth-owners: postfix -- 5666/tcp open unknown --- |_ identd-owners: root +-- |_ auth-owners: root author = "Diman Todorov "