From 9c91658fe8eb93e3032b87aa5f318814c20b0cab Mon Sep 17 00:00:00 2001 From: lgandx Date: Wed, 12 Oct 2016 01:04:11 -0300 Subject: [PATCH] Minor fix --- servers/Browser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/Browser.py b/servers/Browser.py index a7f5aa6..0d8a396 100644 --- a/servers/Browser.py +++ b/servers/Browser.py @@ -20,8 +20,8 @@ from utils import * import struct - def WorkstationFingerPrint(data): - return { +def WorkstationFingerPrint(data): + return { "\x04\x00" :"Windows 95", "\x04\x0A" :"Windows 98", "\x04\x5A" :"Windows ME",