mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-14 19:59:03 +00:00
First round of cleanup
This commit is contained in:
@@ -22,7 +22,7 @@ from SocketServer import BaseRequestHandler
|
||||
from packets import MSSQLPreLoginAnswer, MSSQLNTLMChallengeAnswer
|
||||
from utils import *
|
||||
|
||||
class TDS_Login_Packet():
|
||||
class TDS_Login_Packet:
|
||||
def __init__(self, data):
|
||||
|
||||
ClientNameOff = struct.unpack('<h', data[44:46])[0]
|
||||
|
||||
Reference in New Issue
Block a user