Skip to content

Commit 8fff3d9

Browse files
committed
Add missing NETLOGON flags
1 parent 5ab0ae2 commit 8fff3d9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

scapy/layers/smb.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,10 +1001,11 @@ class NETLOGON_SAM_LOGON_RESPONSE_NT40(NETLOGON):
10011001
0x00000800: "SELECT_SECRET_DOMAIN_6",
10021002
0x00001000: "FULL_SECRET_DOMAIN_6",
10031003
0x00002000: "WS",
1004-
0x00004000: "DS_8",
1005-
0x00008000: "DS_9",
1006-
0x00010000: "DS_10", # guess
1007-
0x00020000: "DS_11", # guess
1004+
0x00004000: "DS_8", # >=2008R2
1005+
0x00008000: "DS_9", # >=2012
1006+
0x00010000: "DS_10", # >=2016
1007+
0x00020000: "DS_11", # >=2019
1008+
0x00040000: "DS_12", # >=2025
10081009
0x20000000: "DNS_CONTROLLER",
10091010
0x40000000: "DNS_DOMAIN",
10101011
0x80000000: "DNS_FOREST",

0 commit comments

Comments
 (0)