Skip to content

Commit a413c44

Browse files
authored
Merge pull request #1810 from j-t-1/align
Align SeCreateTokenPrivilege with the other privileges
2 parents 1a71b03 + f79d0cb commit a413c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

volatility3/framework/plugins/windows/sids_and_privileges.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
["S-1-5-21-[0-9-]+-553$", "Remote Access Services (RAS)"]
574574
],
575575
"privileges":{
576-
"2": ["SeCreateTokenPrivilege", "Create a token object"],
576+
"2": ["SeCreateTokenPrivilege", "Create a token object"],
577577
"3": ["SeAssignPrimaryTokenPrivilege", "Replace a process-level token"],
578578
"4": ["SeLockMemoryPrivilege", "Lock pages in memory"],
579579
"5": ["SeIncreaseQuotaPrivilege", "Increase quotas"],
@@ -609,4 +609,4 @@
609609
"35": ["SeCreateSymbolicLinkPrivilege", "Required to create a symbolic link"],
610610
"36": ["SeDelegateSessionUserImpersonatePrivilege", "Obtain an impersonation token for another user in the same session."]
611611
}
612-
}
612+
}

0 commit comments

Comments
 (0)