Skip to content

Commit

Permalink
Update WeakServiceBinaryPermissions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvourd authored Dec 4, 2024
1 parent 828563a commit dc4eeaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Notes/WeakServiceBinaryPermissions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Weak Service Binary Permissions

[Back to Main](https://github.com/nickvourd/Windows-Local-Privilege-Escalation-Cookbook?tab=readme-ov-file#vulnerabilities)

## Table of Contents

- [Weak Service Binary Permissions](#weak-service-binary-permissions)
Expand Down Expand Up @@ -193,4 +195,4 @@ icacls "C:\Program Files\CustomSrv2\Service2.exe" /remove:g BUILTIN\Users:(M)
- [Introduction to Windows Services applications Microsoft](https://learn.microsoft.com/en-us/dotnet/framework/windows-services/introduction-to-windows-service-applications)
- [Hot to Create Windows Services Microsoft](https://learn.microsoft.com/en-us/dotnet/framework/windows-services/how-to-create-windows-services)
- [Access Control Overview Microsoft](https://learn.microsoft.com/en-us/windows/security/identity-protection/access-control/access-control)
- [Establishing Windows File and Folder Level Permissions by UWEC](https://www.uwec.edu/kb/article/drives-establishing-windows-file-and-folder-level-permissions/)
- [Establishing Windows File and Folder Level Permissions by UWEC](https://www.uwec.edu/kb/article/drives-establishing-windows-file-and-folder-level-permissions/)

0 comments on commit dc4eeaa

Please sign in to comment.