mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2025-12-12 15:49:51 -08:00
Update MyUtils.cs
This commit is contained in:
@@ -432,6 +432,7 @@ namespace winPEAS
|
||||
{ "Modify", (int)FileSystemRights.Modify }, //0x301bf
|
||||
{ "Write", (int)FileSystemRights.Write }, //0x116
|
||||
{ "ChangePermissions", (int)FileSystemRights.ChangePermissions }, //0x40000
|
||||
{ "AppendData/CreateDirectories", (int)FileSystemRights.AppendData },
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user