Hi guys,

Anyone else getting this error since performing the last update?

File "/usr/share/doc/python3-impacket/examples/ntlmrelayx.py", line 189, in start_servers
c.setLDAPOptions(options.no_dump, options.no_da, options.no_acl, options.no_validate_privs, options.escalate_user, options.add_computer, options.delegate_access, options.dump_laps, options.dump_gmsa, options.dump_adcs, options.sid, options.add_dns_record)
TypeError: NTLMRelayxConfig.setLDAPOptions() takes 12 positional arguments but 13 were given

I've checked the ldapoptions and sure enough there are actually 12, not 13. So just a little puzzled.