Skip to content

v1.0.0.dev8: SMB Server Rewrite

Choose a tag to compare

@MatrixEditor MatrixEditor released this 03 May 12:12
· 220 commits to master since this release
78bd865

This release features a complete rewrite of the SMB server dropping the need to use the SMBSERVER implemented by impacket. Even though there are no new features introduced by this implementation, the server will support all requested SMB2 dialects. impacket's SMB server only allows 2.0.2.

Other fixes

  • Updated logging mechanism to always include the current protocol, client host and port
  • Default domain name in FQDN will be "WORKGROUP"

Full Changelog: v1.0.0.dev7...v1.0.0.dev8