Skip to content

Commit 69952dc

Browse files
Update enum4linux-ng.py
1 parent 276de60 commit 69952dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enum4linux-ng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
# Translates various SMB dialect values to human readable strings
230230
SMB_DIALECTS = {
231231
SMB_DIALECT: "SMB 1.0",
232-
SMB2_DIALECT_002: "SMB 2.02",
232+
SMB2_DIALECT_002: "SMB 2.0.2",
233233
SMB2_DIALECT_21: "SMB 2.1",
234234
SMB2_DIALECT_30: "SMB 3.0",
235235
SMB2_DIALECT_311: "SMB 3.1.1"

0 commit comments

Comments
 (0)