Minor fix

This commit is contained in:
lgandx 2016-10-12 01:04:11 -03:00
parent 60c91c6626
commit 9c91658fe8

View file

@ -20,8 +20,8 @@ from utils import *
import struct import struct
def WorkstationFingerPrint(data): def WorkstationFingerPrint(data):
return { return {
"\x04\x00" :"Windows 95", "\x04\x00" :"Windows 95",
"\x04\x0A" :"Windows 98", "\x04\x0A" :"Windows 98",
"\x04\x5A" :"Windows ME", "\x04\x5A" :"Windows ME",