Skip to content

Commit 70886e3

Browse files
authored
Merge pull request #52 from Bornunique911/patch-2
Update enum4linux-ng.py
2 parents 276de60 + 69952dc commit 70886e3

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)