jfjallid / go-smb

A client library to interact with Windows RPC services such as MS-SRVS and MS-RRP.
MIT License
40 stars 9 forks source link

New features #2

Closed jfjallid closed 1 year ago

jfjallid commented 1 year ago

Added support for creating and deleting windows services. Added support to authenticate as a local user to a domain joined machine. Added support for authenticating with Null sessions and as a guest. Added more and better logging. Added support for specifying a timeout on TCP dialing where it previously would hang for a very long time. Fixed a bug with a faulty check for SMB signing when using encryption. Migrated parts of the code to a new logging library.