lgandx / Responder

Responder is a LLMNR, NBT-NS and MDNS poisoner, with built-in HTTP/SMB/MSSQL/FTP/LDAP rogue authentication server supporting NTLMv1/NTLMv2/LMv2, Extended Security NTLMSSP and Basic HTTP authentication.
GNU General Public License v3.0
5.49k stars 777 forks source link

Password containing `:` breaks #255

Closed t94j0 closed 1 year ago

t94j0 commented 1 year ago

Passwords that contain a : character aren't fully captured.

https://github.com/lgandx/Responder/blob/master/servers/HTTP.py#L228

exploide commented 1 year ago

Addressed this in #256

t94j0 commented 1 year ago

That's perfect. We tested that exact fix, so lgtm. Thanks so much!