[go: nahoru, domu]

Skip to content

Commit

Permalink
Added missing dataTypes of SERVICE_TRIGGER_SPECIFIC_DATA_ITEM (fortra…
Browse files Browse the repository at this point in the history
…#1729)

Thanks for the PR
  • Loading branch information
omry99 committed Apr 18, 2024
1 parent 1bc283f commit 93136f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions impacket/dcerpc/v5/scmr.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,11 @@ def __str__( self ):
USER_POLICY_PRESENT_GUID = '54FB46C8-F089-464C-B1FD-59D1B62C3B50'

# SERVICE_TRIGGER_SPECIFIC_DATA_ITEM dataTypes
SERVICE_TRIGGER_DATA_TYPE_BINARY = 0x00000001
SERVICE_TRIGGER_DATA_TYPE_STRING = 0x00000002
SERVICE_TRIGGER_DATA_TYPE_BINARY = 0x00000001
SERVICE_TRIGGER_DATA_TYPE_STRING = 0x00000002
SERVICE_TRIGGER_DATA_TYPE_LEVEL = 0x00000003
SERVICE_TRIGGER_DATA_TYPE_KEYWORD_ANY = 0x00000004
SERVICE_TRIGGER_DATA_TYPE_KEYWORD_ALL = 0x00000005

################################################################################
# STRUCTURES
Expand Down

0 comments on commit 93136f8

Please sign in to comment.