mirror of
https://github.com/lgandx/Responder.git
synced 2026-01-24 23:29:06 +00:00
Without this responder silently fails. During debugging I observed [[[can only concatenate str (not "bytes") to str]]] error. Enabling decoding of bytes made the error disappear and credentials properly intercepted (on-screen stdout, logs and to DB). Thank you for a very useful tool :)