Update MyUtils.cs
This commit is contained in:
parent
2289e05225
commit
16fd60d99a
@ -432,6 +432,7 @@ namespace winPEAS
|
|||||||
{ "Modify", (int)FileSystemRights.Modify }, //0x301bf
|
{ "Modify", (int)FileSystemRights.Modify }, //0x301bf
|
||||||
{ "Write", (int)FileSystemRights.Write }, //0x116
|
{ "Write", (int)FileSystemRights.Write }, //0x116
|
||||||
{ "ChangePermissions", (int)FileSystemRights.ChangePermissions }, //0x40000
|
{ "ChangePermissions", (int)FileSystemRights.ChangePermissions }, //0x40000
|
||||||
|
{ "AppendData/CreateDirectories", (int)FileSystemRights.AppendData },
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user