Skip to content

Commit

Permalink
Add PrivilegedOperations project
Browse files Browse the repository at this point in the history
  • Loading branch information
daem0nc0re committed Jun 28, 2022
1 parent 2f2af1e commit 3b15ad4
Show file tree
Hide file tree
Showing 26 changed files with 3,220 additions and 0 deletions.
55 changes: 55 additions & 0 deletions PrivilegedOperations/PrivilegedOperations.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31829.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeDebugPrivilegePoC", "SeDebugPrivilegePoC\SeDebugPrivilegePoC.csproj", "{5745976E-48A7-4F79-9BAA-82D1F43D1261}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeRestorePrivilegePoC", "SeRestorePrivilegePoC\SeRestorePrivilegePoC.csproj", "{9A374E66-70B5-433D-8D7D-89E3F8AC0617}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeCreateTokenPrivilegePoC", "SeCreateTokenPrivilegePoC\SeCreateTokenPrivilegePoC.csproj", "{4349B8A8-F17B-44D5-AE4D-21BE9C9D1573}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeTcbPrivilegePoC", "SeTcbPrivilegePoC\SeTcbPrivilegePoC.csproj", "{2297A528-E866-4056-814A-D01C1C305A38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeShutdownPrivilegePoC", "SeShutdownPrivilegePoC\SeShutdownPrivilegePoC.csproj", "{9E36AE6E-B9FD-4B9B-99BA-42D3EACD7506}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeTrustedCredManAccessPrivilegePoC", "SeTrustedCredManAccessPrivilegePoC\SeTrustedCredManAccessPrivilegePoC.csproj", "{8DED0EC8-3611-4481-88FC-14B82531FD2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5745976E-48A7-4F79-9BAA-82D1F43D1261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5745976E-48A7-4F79-9BAA-82D1F43D1261}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5745976E-48A7-4F79-9BAA-82D1F43D1261}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5745976E-48A7-4F79-9BAA-82D1F43D1261}.Release|Any CPU.Build.0 = Release|Any CPU
{9A374E66-70B5-433D-8D7D-89E3F8AC0617}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A374E66-70B5-433D-8D7D-89E3F8AC0617}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A374E66-70B5-433D-8D7D-89E3F8AC0617}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A374E66-70B5-433D-8D7D-89E3F8AC0617}.Release|Any CPU.Build.0 = Release|Any CPU
{4349B8A8-F17B-44D5-AE4D-21BE9C9D1573}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4349B8A8-F17B-44D5-AE4D-21BE9C9D1573}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4349B8A8-F17B-44D5-AE4D-21BE9C9D1573}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4349B8A8-F17B-44D5-AE4D-21BE9C9D1573}.Release|Any CPU.Build.0 = Release|Any CPU
{2297A528-E866-4056-814A-D01C1C305A38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2297A528-E866-4056-814A-D01C1C305A38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2297A528-E866-4056-814A-D01C1C305A38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2297A528-E866-4056-814A-D01C1C305A38}.Release|Any CPU.Build.0 = Release|Any CPU
{9E36AE6E-B9FD-4B9B-99BA-42D3EACD7506}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E36AE6E-B9FD-4B9B-99BA-42D3EACD7506}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E36AE6E-B9FD-4B9B-99BA-42D3EACD7506}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E36AE6E-B9FD-4B9B-99BA-42D3EACD7506}.Release|Any CPU.Build.0 = Release|Any CPU
{8DED0EC8-3611-4481-88FC-14B82531FD2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DED0EC8-3611-4481-88FC-14B82531FD2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DED0EC8-3611-4481-88FC-14B82531FD2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DED0EC8-3611-4481-88FC-14B82531FD2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {241D61CA-C5E4-48B0-BBDE-803DBB7579EA}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions PrivilegedOperations/SeCreateTokenPrivilegePoC/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SeCreateTokenPrivilegePoC")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SeCreateTokenPrivilegePoC")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("4349b8a8-f17b-44d5-ae4d-21be9c9d1573")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Loading

0 comments on commit 3b15ad4

Please sign in to comment.