mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-14 10:37:09 -07:00
Added SMB2 support for RunFinger and various other checks.
This commit is contained in:
parent
fc4ac599d3
commit
e24792d774
2 changed files with 1 additions and 37 deletions
|
@ -11,7 +11,7 @@ else:
|
|||
|
||||
def StructWithLenPython2or3(endian,data):
|
||||
#Python2...
|
||||
if PY2OR3 == "PY2":
|
||||
if PY2OR3 is "PY2":
|
||||
return struct.pack(endian, data)
|
||||
#Python3...
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue