Open c-antin opened 1 year ago
Hi there,
I've found a bug in createType1Message(). https://github.com/mrbbot/ntlm/blob/02d6e40d8cdc1f7a2a0f30b84b115d0e4010d4aa/lib/src/messages/type1.dart#L69 After line 69, there should be a
createType1Message()
pos += 2;
to increase the offset.
Hi there,
I've found a bug in
createType1Message()
. https://github.com/mrbbot/ntlm/blob/02d6e40d8cdc1f7a2a0f30b84b115d0e4010d4aa/lib/src/messages/type1.dart#L69 After line 69, there should be ato increase the offset.