NtApiDotNet 1.1.24

There is a newer version of this package available.
See the version list below for details.
dotnet add package NtApiDotNet --version 1.1.24
                    
NuGet\Install-Package NtApiDotNet -Version 1.1.24
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NtApiDotNet" Version="1.1.24" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NtApiDotNet" Version="1.1.24" />
                    
Directory.Packages.props
<PackageReference Include="NtApiDotNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NtApiDotNet --version 1.1.24
                    
#r "nuget: NtApiDotNet, 1.1.24"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=NtApiDotNet&version=1.1.24
                    
Install NtApiDotNet as a Cake Addin
#tool nuget:?package=NtApiDotNet&version=1.1.24
                    
Install NtApiDotNet as a Cake Tool

A .NET class library to access native NT API system calls

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.24
--------
* Added Add-NtTokenSecurityAttribute and Remove-NtTokenSecurityAttribute cmdlets.
* Added additional properties for running servies.
* Added support for drivers to Get-RunningService and Get-AccesibleService.
* Added fake service NtType objects for services and SCM to allow formatting and the UI.
* Added NtType property to security descriptors.
* Added option to Show-NtToken to elevate to admin.
* Added Suspend, Resume and Stop process commands.
* Added Get-NtEaBuffer and Set-NtEaBuffer commands.
* Added open to Get-NtDebug to get from a process.