v1.0.0.dev22: SMB+LDAP server rewrite
·
1 commit
to master
since this release
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
- Database Layer Overhaul inclduing Thread Safety, Connection Management & Configuration by @StrongWind1 in #32
- SMB/NTLM capture server rewrite by @StrongWind1 in #38
- [DEV} LDAP Server revamp by @MatrixEditor in https://github.com//pull/33
- [DEV] Mailslot-Ping: NETLOGON and Browser poisoner additions by @MatrixEditor in #34
- [DEV] Global host option/SMB server rewrite/LDAP server rewrite by @MatrixEditor in #39
Full Changelog: v1.0.0.dev21...v1.0.0.dev22