Responder
Responder copied to clipboard
BUG - Wrong values in WorkstationFingerPrint
Looks like someone forgot to translate from decimal to hexadecimal values. Cross-cheking with [MS-RAP] specification document version 28.0 (v20160714) section 2.5.5.4.2 and associated notes 12 and 13 from Appendix A, three lines are affected
"\x04\x10" :"Windows 98" should be "\x04\x0A"
"\x04\x90" :"Windows ME" should be "\x04\x5A"
"\x10\x00" :"Windows 10/Server 2016" should be "\x0A\x00"
Hi, This repository has moved here: https://github.com/lgandx/Responder Please submit your bug report there.