From 262e6ba225809211d368e4b0277f85862f88fec8 Mon Sep 17 00:00:00 2001 From: James Forshaw Date: Tue, 17 Aug 2021 20:53:01 -0700 Subject: [PATCH] Updated to 1.1.32. --- .../NtApiDotNet.Forms.Build.csproj | 28 ++++--------------- NtApiDotNet.Forms/Properties/AssemblyInfo.cs | 4 +-- NtApiDotNet/NtApiDotNet.Build.csproj | 28 ++++--------------- NtApiDotNet/Properties/AssemblyInfo.cs | 4 +-- NtObjectManager/NtObjectManager.Core.csproj | 4 +-- NtObjectManager/NtObjectManager.psd1 | 22 ++------------- NtObjectManager/Properties/AssemblyInfo.cs | 4 +-- README.txt | 6 +++- 8 files changed, 28 insertions(+), 72 deletions(-) diff --git a/NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj b/NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj index 7eaa0edee..4a7780b55 100644 --- a/NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj +++ b/NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj @@ -5,11 +5,11 @@ net461;net5.0-windows NtApiDotNet.Forms James Forshaw - Google Inc. + Google LLC. NtApiDotNet.Forms - 1.1.31.0 - 1.1.31 - Copyright © Google Inc. 2016-2021 + 1.1.32.0 + 1.1.32 + Copyright © Google LLC. 2016-2021 1.0.0.0 Apache-2.0 https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools @@ -18,25 +18,9 @@ true true true - 1.1.31 + 1.1.32 -------- -* Added signing and encryption to SSPI. -* Added Get-LsaContextSignature and Test-LsaContextSignature. -* Added Protect-LsaContextMessage and Unprotect-LsaContextMessage -* Named auth commands to Lsa. -* Added TCP/IP RPC transport and add signing/encryption. -* Added Disconnect-RpcClient. -* Added server information for local RPC connection. -* Added Enable-NtTokenPrivilege and Disable-NtTokenPrivilege. -* Added native ARM/ARM64 support. -* Added Get-Win32ServiceConfig and Set-Win32ServiceConfig. -* Fixed bug in ACL canonicalization. -* Added support for SDK names of enumerations/structures. -* Added Get-NtSDKName. -* Added support for Win32 WriteProcessMemory. -* Added Get-Win32ServiceTrigger and support for triggers in Start-Win32Service. -* Added Set-Win32ServiceSecurityDescriptor. -* Fixed INdrStructure unmarshaling #35 +* Too many changes to mention. diff --git a/NtApiDotNet.Forms/Properties/AssemblyInfo.cs b/NtApiDotNet.Forms/Properties/AssemblyInfo.cs index a9489425e..2f2063552 100644 --- a/NtApiDotNet.Forms/Properties/AssemblyInfo.cs +++ b/NtApiDotNet.Forms/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.1.31.0")] -[assembly: AssemblyInformationalVersion("1.1.31")] \ No newline at end of file +[assembly: AssemblyFileVersion("1.1.32.0")] +[assembly: AssemblyInformationalVersion("1.1.32")] \ No newline at end of file diff --git a/NtApiDotNet/NtApiDotNet.Build.csproj b/NtApiDotNet/NtApiDotNet.Build.csproj index 73255a800..8251e4dc8 100644 --- a/NtApiDotNet/NtApiDotNet.Build.csproj +++ b/NtApiDotNet/NtApiDotNet.Build.csproj @@ -5,36 +5,20 @@ net461;netstandard2.0 NtApiDotNet James Forshaw - Google Inc. + Google LLC. NtApiDotNet - 1.1.31.0 - 1.1.31 - Copyright © Google Inc. 2016-2021 + 1.1.32.0 + 1.1.32 + Copyright © Google LLC. 2016-2021 1.0.0.0 Apache-2.0 https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools A .NET class library to access native NT API system calls true true - 1.1.31 + 1.1.32 -------- -* Added signing and encryption to SSPI. -* Added Get-LsaContextSignature and Test-LsaContextSignature. -* Added Protect-LsaContextMessage and Unprotect-LsaContextMessage -* Named auth commands to Lsa. -* Added TCP/IP RPC transport and add signing/encryption. -* Added Disconnect-RpcClient. -* Added server information for local RPC connection. -* Added Enable-NtTokenPrivilege and Disable-NtTokenPrivilege. -* Added native ARM/ARM64 support. -* Added Get-Win32ServiceConfig and Set-Win32ServiceConfig. -* Fixed bug in ACL canonicalization. -* Added support for SDK names of enumerations/structures. -* Added Get-NtSDKName. -* Added support for Win32 WriteProcessMemory. -* Added Get-Win32ServiceTrigger and support for triggers in Start-Win32Service. -* Added Set-Win32ServiceSecurityDescriptor. -* Fixed INdrStructure unmarshaling #35 +* Too many changes to mention. diff --git a/NtApiDotNet/Properties/AssemblyInfo.cs b/NtApiDotNet/Properties/AssemblyInfo.cs index 4c69d2216..205b33314 100644 --- a/NtApiDotNet/Properties/AssemblyInfo.cs +++ b/NtApiDotNet/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.1.31.0")] -[assembly: AssemblyInformationalVersion("1.1.31")] \ No newline at end of file +[assembly: AssemblyFileVersion("1.1.32.0")] +[assembly: AssemblyInformationalVersion("1.1.32")] \ No newline at end of file diff --git a/NtObjectManager/NtObjectManager.Core.csproj b/NtObjectManager/NtObjectManager.Core.csproj index e376c436a..653bd9cf5 100644 --- a/NtObjectManager/NtObjectManager.Core.csproj +++ b/NtObjectManager/NtObjectManager.Core.csproj @@ -7,8 +7,8 @@ James Forshaw Google Inc. NtObjectManager - 1.1.31.0 - Copyright © Google Inc. 2016-2020 + 1.1.32.0 + Copyright © Google LLC. 2016-2021 1.0.0.0 https://www.apache.org/licenses/LICENSE-2.0 https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools diff --git a/NtObjectManager/NtObjectManager.psd1 b/NtObjectManager/NtObjectManager.psd1 index e9e40fbd1..89fb79d8e 100644 --- a/NtObjectManager/NtObjectManager.psd1 +++ b/NtObjectManager/NtObjectManager.psd1 @@ -18,7 +18,7 @@ RootModule = 'NtObjectManager.psm1' # Version number of this module. -ModuleVersion = '1.1.31' +ModuleVersion = '1.1.32' # ID used to uniquely identify this module GUID = 'ac251c97-67a6-4bc4-bb8a-5ae300e93030' @@ -210,25 +210,9 @@ PrivateData = @{ ProjectUri = 'https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools' # ReleaseNotes of this module - ReleaseNotes = '1.1.31 + ReleaseNotes = '1.1.32 -------- -* Added signing and encryption to SSPI. -* Added Get-LsaContextSignature and Test-LsaContextSignature. -* Added Protect-LsaContextMessage and Unprotect-LsaContextMessage -* Named auth commands to Lsa. -* Added TCP/IP RPC transport and add signing/encryption. -* Added Disconnect-RpcClient. -* Added server information for local RPC connection. -* Added Enable-NtTokenPrivilege and Disable-NtTokenPrivilege. -* Added native ARM/ARM64 support. -* Added Get-Win32ServiceConfig and Set-Win32ServiceConfig. -* Fixed bug in ACL canonicalization. -* Added support for SDK names of enumerations/structures. -* Added Get-NtSDKName. -* Added support for Win32 WriteProcessMemory. -* Added Get-Win32ServiceTrigger and support for triggers in Start-Win32Service. -* Added Set-Win32ServiceSecurityDescriptor. -* Fixed INdrStructure unmarshaling #35 +* Too many changes to mention. ' # External dependent modules of this module diff --git a/NtObjectManager/Properties/AssemblyInfo.cs b/NtObjectManager/Properties/AssemblyInfo.cs index 4e71ba60e..98a921cc1 100644 --- a/NtObjectManager/Properties/AssemblyInfo.cs +++ b/NtObjectManager/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.1.31.0")] -[assembly: AssemblyInformationalVersion("1.1.31")] +[assembly: AssemblyFileVersion("1.1.32.0")] +[assembly: AssemblyInformationalVersion("1.1.32")] diff --git a/README.txt b/README.txt index c852e5a77..0736f0419 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ sandbox-attacksurface-analysis-tools -(c) Google Inc. 2015, 2016, 2017, 2018, 2019, 2020 +(c) Google LLC. 2015 - 2021 Developed by James Forshaw This is a small suite of PowerShell tools to test various properties of sandboxes on Windows. Many of the @@ -37,6 +37,10 @@ Thanks to the people who were willing to test it and give feedback: Release Notes: +1.1.32 +-------- +* Too many changes to mention. + 1.1.31 -------- * Added signing and encryption to SSPI.