Responder
Responder copied to clipboard
Add control on the status code returned by the SMB server
Hello!
In this recent article, Synacktiv demonstrated that during multicast poisoning, depending on the error code returned by the SMB server at the end of the authentication process, it was possible to force the target machine to authenticate via WebDAV, if the WebClient service was running.
This PR adds a new option, -E, --ErrorCode, that permits to switch from the default STATUS_ACCESS_DENIED, to STATUS_LOGON_FAILURE.
Fantastic! Thanks for this
Great addition, merged.