Skip to content

Commit 9e90ff8

Browse files
committed
Add note regarding Kerberos auth
1 parent 28dc638 commit 9e90ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: enum4linux-ng.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3305,7 +3305,7 @@ def check_arguments():
33053305
parser.add_argument("-u", dest="user", default='', type=str, help="Specify username to use (default \"\")")
33063306
auth_methods = parser.add_mutually_exclusive_group()
33073307
auth_methods.add_argument("-p", dest="pw", default='', type=str, help="Specify password to use (default \"\")")
3308-
auth_methods.add_argument("-K", dest="ticket_file", default='', type=str, help="Try to authenticate with Kerberos, only useful in Active Directory environment")
3308+
auth_methods.add_argument("-K", dest="ticket_file", default='', type=str, help="Try to authenticate with Kerberos, only useful in Active Directory environment (Note: DNS must be setup correctly for this option to work")
33093309
auth_methods.add_argument("-H", dest="nthash", default='', type=str, help="Try to authenticate with hash")
33103310
parser.add_argument("--local-auth", action="store_true", default=False, help="Authenticate locally to target")
33113311
parser.add_argument("-d", action="store_true", help="Get detailed information for users and groups, applies to -U, -G and -R")

0 commit comments

Comments
 (0)