You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add --dns-tcp flag for SOCKS proxy compatibility
- Add --dns-tcp CLI flag to force DNS queries over TCP
- Add dns_tcp field to AuthContext dataclass
- Update DNS resolution functions with use_tcp parameter:
- _dns_ptr_lookup() in smb/connection.py
- resolve_dc_hostname() in utils/ldap.py
- get_ldap_connection() in utils/ldap.py
- Thread dns_tcp through engine/online.py call chain
- Add TOML config support for dns_tcp setting
- Update taskhound.toml.example with dns_tcp option
fix: pass hashes parameter correctly in verify_ldap_connection()
- Fix bug where test_hashes was hardcoded to None instead of
being passed to resolve_sid_via_ldap(), causing --hashes
authentication to fail during LDAP credential validation
test: add unit tests for TCP DNS functionality
0 commit comments