Skip to content

v1.0.0.dev22: SMB+LDAP server rewrite

Choose a tag to compare

@MatrixEditor MatrixEditor released this 01 May 07:50
· 1 commit to master since this release
ed4f2de

SMB+LDAP Rewrite & global Host option

This release introduces a new polished SMB server (thanks to @StrongWind1) and LDAP server, both enhancing the capture quality. Additionally, support for the Mailslot Ping was added and a global --host option introduced. Please use the mentioned pull requests below to get more detailed information on what has changed/has been added.

The new host option can be used like this to apply a hostname to all protocol servers:

dementor -I eth0 -H DC01.contoso.lab
# or
dementor -I eth0 -O Host="DC01.contoso.lab"

Note

if you specified a host variable within the protocol server configuration, it won't be overridden by this option unless you comment it out explicitly.


What's Changed

Full Changelog: v1.0.0.dev21...v1.0.0.dev22