DSInternals.Common
4.2.0
Prefix Reserved
Advisory: https://github.com/advisories/GHSA-vx2x-9cff-fhjw | Severity: moderate |
See the version list below for details.
dotnet add package DSInternals.Common --version 4.2.0
NuGet\Install-Package DSInternals.Common -Version 4.2.0
<PackageReference Include="DSInternals.Common" Version="4.2.0" />
paket add DSInternals.Common --version 4.2.0
#r "nuget: DSInternals.Common, 4.2.0"
// Install DSInternals.Common as a Cake Addin #addin nuget:?package=DSInternals.Common&version=4.2.0 // Install DSInternals.Common as a Cake Tool #tool nuget:?package=DSInternals.Common&version=4.2.0
This package is shared between all other DSInternals packages. 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 12.0.3)
- PeterO.Cbor (>= 4.1.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on DSInternals.Common:
Package | Downloads |
---|---|
DSInternals.Replication
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. |
|
DSInternals.DataStore
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. |
|
DSInternals.SAM
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. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on DSInternals.Common:
Repository | Stars |
---|---|
CICADA8-Research/RemoteKrbRelay
Remote Kerberos Relay made easy! Advanced Kerberos Relay Framework
|
Version | Downloads | Last updated | |
---|---|---|---|
4.14.0 | 1,274 | 4/13/2024 | |
4.13.0 | 1,036 | 12/20/2023 | |
4.12.0 | 446 | 10/6/2023 | |
4.11.0 | 409 | 10/1/2023 | |
4.8.0 | 4,815 | 12/6/2022 | |
4.7.0 | 27,728 | 10/30/2021 | |
4.5.0 | 3,129 | 10/13/2021 | |
4.4.0 | 25,908 | 7/3/2020 | |
4.3.0 | 2,097 | 4/2/2020 | |
4.2.0 | 1,635 | 3/18/2020 | |
4.1.0 | 1,328 | 12/12/2019 | |
4.0.0 | 1,726 | 12/4/2019 | |
3.6.0 | 1,614 | 6/28/2019 | |
3.2.0 | 7,292 | 1/3/2019 | |
3.1.0 | 1,845 | 12/29/2018 | |
3.0.0 | 2,161 | 9/29/2018 | |
2.21.2 | 10,293 | 4/19/2017 | |
2.21.0 | 2,443 | 3/25/2017 | |
2.20.0 | 2,586 | 11/15/2016 | |
2.19.0 | 2,241 | 10/21/2016 | |
2.18.0 | 2,097 | 10/2/2016 | |
2.17.0 | 2,078 | 9/16/2016 | |
2.16.0 | 2,152 | 8/7/2016 | |
2.15.0 | 2,189 | 6/18/2016 | |
2.14.0 | 1,936 | 4/30/2016 | |
2.13.0 | 2,368 | 2/23/2016 |
- A property called LogonName has been added to the DsAccount class, to support multi-domain scenarios.
- Several bugs in the ADSI client have been fixed.