mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-30 19:40:21 -07:00
First round of cleanup
This commit is contained in:
parent
59e48e80dd
commit
008b492c98
15 changed files with 81 additions and 81 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue