You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Src/DSInternals.Common/DSInternals.Common.csproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
<!-- NuGet package metadata -->
3
3
<PropertyGroup>
4
4
<IsPackable>true</IsPackable>
5
-
<Version>6.0</Version>
5
+
<Version>6.1</Version>
6
6
<AssemblyTitle>DSInternals Common Library</AssemblyTitle>
7
7
<Title>$(AssemblyTitle)</Title>
8
8
<Description>This package is shared between all other DSInternals packages. Its main features are Azure AD Graph API and ADSI clients for for retrieval of cryptographic material. It contains implementations of common hash functions used by Windows, including NT hash, LM hash and OrgId hash. It also contains methods for SysKey/BootKey retrieval.</Description>
9
-
<PackageReleaseNotes>- Migrated to .NET SDK.
10
-
- Added support for AD trusts.</PackageReleaseNotes>
9
+
<PackageReleaseNotes>- Migrated from Newtonsoft.Json to System.Text.Json.
10
+
- Ported RSA public key operations from .NET Framework to .NET.</PackageReleaseNotes>
11
11
<PackageTags>ActiveDirectory Security Entra AD AAD Identity Active Directory</PackageTags>
<Description>DSInternals DataStore is an advanced framework for offline ntds.dit file manipulation. It can be used to extract password hashes from Active Directory backups or to modify the sIDHistory and primaryGroupId attributes.</Description>
9
-
<PackageReleaseNotes>- Migrated to .NET SDK.
10
-
- Added support for AD trusts.
11
-
- Switched to using custom ManagedEsent NuGet packages.</PackageReleaseNotes>
9
+
<PackageReleaseNotes>- Fixed a bug in prefix table parsing.</PackageReleaseNotes>
12
10
<PackageTags>ActiveDirectory Security NTDS AD Identity Active Directory</PackageTags>
- Implemented support for PowerShell Core 7 on Windows.
232
-
- The new Get-ADDBTrust cmdlet can read inter-domain trust objects from ntds.dit files, decrypt the trust passwords, and derive the Kerberos trust keys.
233
-
- Added the Get-ADReplKdsRootKey cmdlet to enable reading specific KDS Root Keys over the MS-DRSR protocol.
234
-
- Implemented full support for ntds.dit files originating from RODCs.
235
-
- Improved the performance of schema loading and account retrieval from ntds.dit files.
236
-
- Version 6.0.1 fixes a bug with misplaced .NET IJW host files in the PowerShell module directory structure.
237
-
- Version 6.0.2 re-adds native ARM64 support.
235
+
- Fixed a bug in ntds.dit prefix table parsing.
236
+
- Re-enabled native ARM64 support.
237
+
- Fixed RSA public key operation issues in PowerShell Core.
238
+
- Added the Integrity.Tests.ps1 script for checking module integrity.
<Description>DSInternals Replication implements a client for the Active Directory Replication Service Remote Protocol (DRS-R). It can be used to remotely extract password hashes from domain controllers.</Description>
11
-
<PackageReleaseNotes>- The .NET IJW host is now included.</PackageReleaseNotes>
Copy file name to clipboardExpand all lines: Src/DSInternals.SAM/DSInternals.SAM.csproj
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,11 @@
2
2
<!-- NuGet package metadata -->
3
3
<PropertyGroup>
4
4
<IsPackable>true</IsPackable>
5
-
<Version>6.0</Version>
5
+
<Version>6.1</Version>
6
6
<AssemblyTitle>DSInternals SAM Library</AssemblyTitle>
7
7
<Title>$(AssemblyTitle)</Title>
8
8
<Description>DSInternals SAM implements a client for the Security Accounts Manager Remote Protocol (SAM-R) and Local Security Authority Remote Protocol(MS-LSAD or LSARPC). It can be used to import password hashes into Active Directory or to query and modify LSA Policy.</Description>
9
-
<PackageReleaseNotes>- Migrated to .NET SDK.
10
-
- Improved error message when trying to fetch DPAPI backup keys from RODCs.</PackageReleaseNotes>
0 commit comments