Compatibility¶
The following table lists the compatibility between Responder and Dementor, which protocols are available and which are currently in development. The legend for each symbol is as follows:
- - Supported / Working
- - All features of this category are supported / working
- - This feature is currently broken / does not work properly
- - Not Supported / Not Implemented
- - Partially Supported
- - In Development
- - Won't be supported. Please file a pull request explaining why this feature is necessary.
| Supported Protocols | Responder (3.2.2.0) | Dementor (1.0.0.dev19) | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DHCP | (use bettercap) | |||||||||||||||||||||||||
| DNS | (use bettercap) | |||||||||||||||||||||||||
| NBTNS | ||||||||||||||||||||||||||
| NBTDS | ||||||||||||||||||||||||||
| LLMNR | ||||||||||||||||||||||||||
| MDNS | ||||||||||||||||||||||||||
| SSDP | ||||||||||||||||||||||||||
| SSRP | ||||||||||||||||||||||||||
| QUIC | ||||||||||||||||||||||||||
SMB
|
|
|
||||||||||||||||||||||||
NTLM
|
|
|
||||||||||||||||||||||||
Kerberos KDC
|
|
|
||||||||||||||||||||||||
| FTP | ||||||||||||||||||||||||||
SMTP
|
|
|
||||||||||||||||||||||||
| SNMP | ||||||||||||||||||||||||||
| RDP | (use pyrdp-mitm) | |||||||||||||||||||||||||
| HTTP_PROXY | (use mitmproxy) | |||||||||||||||||||||||||
HTTP
|
|
|
||||||||||||||||||||||||
IMAP
|
|
|
||||||||||||||||||||||||
POP3
|
|
|
||||||||||||||||||||||||
| LDAP | ||||||||||||||||||||||||||
| MQTT | ||||||||||||||||||||||||||
MSSQL
|
|
|
||||||||||||||||||||||||
MySQL
|
|
|
||||||||||||||||||||||||
| WinRM | ||||||||||||||||||||||||||
DCE/RPC
|
|
|
||||||||||||||||||||||||
| X11 | ||||||||||||||||||||||||||
| IPP | ||||||||||||||||||||||||||
| UPnP |
SMB Features
| Feature | Responder (3.2.2.0) | Dementor (1.0.0.dev19) |
|---|---|---|
| Tree Connect | ||
| Logoff | ||
| NT4 clear-text capture | ||
| Multi-credential loop | ||
| Configurable ErrorCode | ||
| Configurable ServerOS |
[1]: Responder combines NetNTLMv1 and NetNTLMv1-ESS under a single "NTLMv1-SSP" label. This is not incorrect — hashcat -m 5500 handles both — but Dementor distinguishes them for more granular reporting. Applies to all NTLM-capable protocols (SMB, HTTP, MSSQL, LDAP, DCE/RPC).
NTLM Spcifics
| Feature | Responder (3.2.2.0) | Dementor (1.0.0.dev19) |
|---|---|---|
| Dummy LM filtering | ||
| LM dedup filtering | ||
| Anonymous detection | ||
| Flag mirroring | ||
| NetNTLMv2 threshold (≥ 48 B) | ||
| AV_PAIRS correctness | ||
| Hash label accuracy | ||
| Configurable challenge | ||
| SPNEGO unwrapping | ||
| Non-NTLM mech redirect | ||
| ESS configurable | ||
| NetNTLMv2 configurable |