Skip to content

Commit ddb89b9

Browse files
authored
Update ldap.py
Signed-off-by: Fabrizzio53 <88493503+Fabrizzio53@users.noreply.github.com>
1 parent 4086238 commit ddb89b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nxc/protocols/ldap.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,9 +1402,9 @@ def bloodhound(self):
14021402
ad = AD(
14031403
auth=auth,
14041404
domain=self.domain,
1405-
nameserver=self.args.nameserver,
1406-
dns_tcp=False,
1407-
dns_timeout=3,
1405+
nameserver=self.args.dns_server,
1406+
dns_tcp=self.args.dns_tcp,
1407+
dns_timeout=self.args.dns_timeout,
14081408
)
14091409
collect = resolve_collection_methods("Default" if not self.args.collection else self.args.collection)
14101410
if not collect:

0 commit comments

Comments
 (0)