mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-16 10:02:53 -07:00
Minor fix
This commit is contained in:
parent
60c91c6626
commit
9c91658fe8
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue