We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7a853 commit cd4000eCopy full SHA for cd4000e
impacket/dcerpc/v5/nrpc.py
@@ -115,6 +115,12 @@ def __str__( self ):
115
NETLOGON_FTINFO_ACCESS = 0x0020
116
NETLOGON_WKSTA_RPC_ACCESS = 0x0040
117
118
+# 3.5.4.6.2 NetrDatabaseSync2 (Opnum 16)
119
+# DatabaseID
120
+SAM_DATABASE = 0x00000000
121
+SAM_DATABASE_BUILTIN = 0x00000001
122
+LSA_DATABASE = 0x00000002
123
+
124
# 3.5.4.9.1 NetrLogonControl2Ex (Opnum 18)
125
# FunctionCode
126
NETLOGON_CONTROL_QUERY = 0x00000001
0 commit comments