add fqdn to kerberos option

main
mpgn 2023-02-12 09:17:27 -05:00
parent 72c01b0688
commit c36a0fe445
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class UserSamrDump:
def __init__(self, connection):
self.logger = connection.logger
self.addr = connection.host if not connection.kerberos else connection.hostname
self.addr = connection.host if not connection.kerberos else connection.hostname + '.' + connection.domain
self.protocol = connection.args.port
self.username = connection.username
self.password = connection.password