NtApiDotNet 1.1.17
See the version list below for details.
dotnet add package NtApiDotNet --version 1.1.17
NuGet\Install-Package NtApiDotNet -Version 1.1.17
<PackageReference Include="NtApiDotNet" Version="1.1.17" />
<PackageVersion Include="NtApiDotNet" Version="1.1.17" />
<PackageReference Include="NtApiDotNet" />
paket add NtApiDotNet --version 1.1.17
#r "nuget: NtApiDotNet, 1.1.17"
#addin nuget:?package=NtApiDotNet&version=1.1.17
#tool nuget:?package=NtApiDotNet&version=1.1.17
A .NET class library to access native NT API system calls
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NtApiDotNet:
Package | Downloads |
---|---|
NtApiDotNet.Forms
A .NET class library to access native NT API system calls |
GitHub repositories (11)
Showing the top 11 popular GitHub repositories that depend on NtApiDotNet:
Repository | Stars |
---|---|
CCob/SweetPotato
Local Service to SYSTEM privilege escalation from Windows 7 to Windows 10 / Server 2019
|
|
CCob/BeaconEye
Hunts out CobaltStrike beacons and logs operator command output
|
|
lowleveldesign/wtrace
Command line tracing tool for Windows, based on ETW.
|
|
cyberark/RPCMon
RPC Monitor tool based on Event Tracing for Windows
|
|
CCob/okta-terrify
Okta Verify and Okta FastPass Abuse Tool
|
|
trailofbits/RpcInvestigator
Exploring RPC interfaces on Windows
|
|
tyranid/WindowsRpcClients
This respository is a collection of C# class libraries which implement RPC clients for various versions of the Windows Operating System from 7 to Windows 10.
|
|
RedCursorSecurityConsulting/CVE-2020-0668
Use CVE-2020-0668 to perform an arbitrary privileged file move operation.
|
|
CCob/Shwmae
|
|
xpn/WAMBam
Tooling related to the WAM Bam - Recovering Web Tokens From Office blog post
|
|
atredispartners/CVE-2018-0952-SystemCollector
PoC for Privilege Escalation in Windows 10 Diagnostics Hub Standard Collector Service
|
Version | Downloads | Last updated |
---|---|---|
1.1.33 | 7,706 | 1/22/2022 |
1.1.32 | 8,033 | 8/18/2021 |
1.1.31 | 2,607 | 3/16/2021 |
1.1.30 | 694 | 1/15/2021 |
1.1.29 | 1,465 | 11/23/2020 |
1.1.28 | 3,741 | 6/30/2020 |
1.1.27 | 3,530 | 2/10/2020 |
1.1.26 | 1,013 | 1/21/2020 |
1.1.25 | 768 | 1/2/2020 |
1.1.24 | 795 | 12/10/2019 |
1.1.23 | 993 | 10/18/2019 |
1.1.22 | 2,285 | 4/30/2019 |
1.1.21 | 1,397 | 4/23/2019 |
1.1.20 | 1,093 | 3/9/2019 |
1.1.19 | 2,117 | 2/4/2019 |
1.1.18.1 | 801 | 2/4/2019 |
1.1.18 | 759 | 2/4/2019 |
1.1.17 | 2,400 | 9/9/2018 |
1.1.16 | 1,352 | 8/1/2018 |
1.1.15 | 1,425 | 6/18/2018 |
1.1.14 | 1,496 | 5/1/2018 |
1.1.13 | 1,336 | 4/4/2018 |
1.1.12 | 1,520 | 3/19/2018 |
1.1.11 | 1,362 | 3/4/2018 |
1.1.10 | 1,776 | 3/1/2018 |
1.1.9 | 1,704 | 2/22/2018 |
1.1.8 | 1,513 | 2/6/2018 |
1.1.7 | 1,982 | 1/11/2018 |
1.1.6 | 1,199 | 12/3/2017 |
1.1.5 | 1,191 | 11/23/2017 |
1.1.4 | 1,280 | 11/14/2017 |
1.1.3 | 1,398 | 11/5/2017 |
1.1.2 | 1,501 | 10/11/2017 |
1.1.1 | 1,342 | 8/30/2017 |
1.1.0 | 1,099 | 8/30/2017 |
1.0.9 | 1,135 | 8/19/2017 |
1.0.8 | 1,248 | 8/7/2017 |
1.0.7 | 1,212 | 6/14/2017 |
1.0.4 | 1,189 | 5/17/2017 |
1.1.17
------
* Added methods to get AppModel policy from a token.
* Added Start-Win32ChildProcess
* Default to a version of DbgHelp if installed to the NtObjectManager directory under x86 or x64.
* Added some setters to token properties.
* Added a fix for a memory corruption issue in getting NT type information on 32 bit platforms (from 1orenz0).
* Added option to parse out RPC clients in Get-RpcServer.
* Fixed performance issue with section viewer and the corrupter.
* Added a valid length property to NtMappedSection.
* Added Get-NtObjectFromHandle cmdlet.
* Added Copy-NtToken function.
* Added enumeration for device characteristics.
* Fixed path resolving for file paths.
* Added Get-RpcAlpcServer cmdlet.