Closed t94j0 closed 1 year ago
Passwords that contain a : character aren't fully captured.
:
https://github.com/lgandx/Responder/blob/master/servers/HTTP.py#L228
Addressed this in #256
That's perfect. We tested that exact fix, so lgtm. Thanks so much!
Passwords that contain a
:
character aren't fully captured.https://github.com/lgandx/Responder/blob/master/servers/HTTP.py#L228