Responder icon indicating copy to clipboard operation
Responder copied to clipboard

BUG - Wrong values in WorkstationFingerPrint

Open BlueSkeye opened this issue 8 years ago • 1 comments

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"

BlueSkeye avatar Sep 08 '16 15:09 BlueSkeye

Hi, This repository has moved here: https://github.com/lgandx/Responder Please submit your bug report there.

lgandx avatar Sep 09 '16 06:09 lgandx