File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -708,7 +708,7 @@ def check_smb_dialects(self):
708708 SMB_DIALECTS [SMB2_DIALECT_21 ]:False ,
709709 SMB_DIALECTS [SMB2_DIALECT_30 ]:False ,
710710 "SMB1 only" : False ,
711- "Preferred Dialect " : None ,
711+ "Preferred dialect " : None ,
712712 "SMB signing required" : None
713713 }
714714
@@ -725,7 +725,7 @@ def check_smb_dialects(self):
725725
726726 # We found one supported dialect, this is also the dialect the remote host selected/preferred of the offered ones
727727 output [SMB_DIALECTS [current_dialect ]] = True
728- output ["Preferred Dialect " ] = SMB_DIALECTS [current_dialect ]
728+ output ["Preferred dialect " ] = SMB_DIALECTS [current_dialect ]
729729 except Exception as exc :
730730 # Currently the impacket library does not support SMB 3.02 and 3.11. Whenever a remote host only supports 3.02 or 3.11
731731 # we should end up here. This is somewhat vague, but better when nothing.
You can’t perform that action at this time.
0 commit comments