|
18 | 18 | RootModule = 'NtObjectManager.psm1' |
19 | 19 |
|
20 | 20 | # Version number of this module. |
21 | | -ModuleVersion = '1.1.28' |
| 21 | +ModuleVersion = '1.1.29' |
22 | 22 |
|
23 | 23 | # ID used to uniquely identify this module |
24 | 24 | GUID = 'ac251c97-67a6-4bc4-bb8a-5ae300e93030' |
@@ -180,36 +180,54 @@ PrivateData = @{ |
180 | 180 | ProjectUri = 'https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools' |
181 | 181 |
|
182 | 182 | # ReleaseNotes of this module |
183 | | - ReleaseNotes = '1.1.28 |
| 183 | + ReleaseNotes = '1.1.29 |
184 | 184 | -------- |
185 | | -* Added Import-Win32Module and Get-Win32Module. |
186 | | -* Added support for Registry Keys in the NtObjectManager provider. |
187 | | -* Added Get-NtDirectoryEntry. |
188 | | -* Added Win32 CreateRemoteThread. |
189 | | -* Added addition Registry Key functions. |
190 | | -* Added Network Authentication commands. |
191 | | -* Added Authentication Token formatting commands. |
192 | | -* Added new filtering features to TokenViewer. |
193 | | -* Improved cmdlets for getting and setting object information classes. |
194 | | -* Added Add-NtSection and Remove-NtSection. |
195 | | -* Added Compare-NtObject. |
196 | | -* Added Test-NtTokenPrivilege. |
197 | | -* Added type parsing from PDBs via SymbolResolver. |
198 | | -* Added a summary format to Format-NtSecurityDescriptor. |
199 | | -* Added Out-HexDump. |
200 | | -* Added C# compiler support for .NET Core Support of Get-RpcClient. |
201 | | -* Updated New-NtSecurityDescriptor and Edit-NtSecurityDescriptor. |
202 | | -* Basic C++ NDR formatting from irsl@. |
203 | | -* Added Format-NtJob. |
204 | | -* Added New-NtSecurityAttribute and Get-NtAceConditionData. |
205 | | -* Added Device/User Claims to Token Viewer and Format-NtToken. |
206 | | -* Added many different commands to manipulate Security Descriptors. |
207 | | -* Added Win32 Security Descriptor commands. |
208 | | -* Added filtering for accessible path commands. |
209 | | -* Added Audit support. |
210 | | -* Added basic AuthZ API support. |
211 | | -* Added basic ASN.1 DER parsing and Format-ASN1DER command. |
212 | | -* Added Kerberos Keytab file reading and writing. |
| 185 | +* Added Get-NtProcessUser. |
| 186 | +* Added Get-NtProcessEnvironment. |
| 187 | +* Added global option for New-NtSymbolicLink. |
| 188 | +* Added Split-Win32CommandLine. |
| 189 | +* Added send and post methods to NtMessage. |
| 190 | +* Added AsObject parameter for Get-NtObjectInformation. |
| 191 | +* Added NtMailslotFile and fixed mailslot creation. |
| 192 | +* Added Get-NtKeySymbolicLinkTarget. |
| 193 | +* Added support for a FollowLink switch which will allow accessible cmdlets to follow symbolic links. Feature request #29. |
| 194 | +* Separated forms code from the main assembly. |
| 195 | +* Added setting service security and Get/Set-Win32ServiceSecurityDescriptor. |
| 196 | +* Added Win32 debug console class and Start/New/Read-Win32DebugConsole. |
| 197 | +* Added Test-NtTokenCapability. |
| 198 | +* Added New-Win32Service and Remove-Win32Service. |
| 199 | +* Reimplemented SidName to allow access to the Domain component. |
| 200 | +* Added section characteristics check when parsing RPC servers. Fix for issue #27. |
| 201 | +* Added an SDKName attribute to access rights. |
| 202 | +* Added Add-NtAccountRight and Remove-NtAccountRight. |
| 203 | +* Added basic VBS enclave support. |
| 204 | +* Added support to parse ELAM information from a binary. |
| 205 | +* Added Get-NtSigningLevel and Get-X509Certificate. |
| 206 | +* Added Compare-NtSigningLevel. |
| 207 | +* Added silo impersonation commands. |
| 208 | +* Added option to impersonation System when creating a token or with Invoke-NtToken. |
| 209 | +* Added proper enumeration of AppContainer profiles and support creating with capabilities. |
| 210 | +* Added Get-AppModelApplicationPolicy. |
| 211 | +* Added Get-NtThreadContext and Set-NtThreadContext. |
| 212 | +* Added support for calling CreateProcessWithLogon via Win32Process. |
| 213 | +* Added Start-AppModelApplication. |
| 214 | +* Added Add-NtThreadApc. |
| 215 | +* Fixed path handling in Get-Win32SecurityDescriptor. |
| 216 | +* Added Get-NtFileFinalPath command. |
| 217 | +* Reworked handling of lease oplocks. |
| 218 | +* Added basic USN journal support. |
| 219 | +* Added Get-NtFileStream. |
| 220 | +* Added Get-NtMountPoint command. |
| 221 | +* Added basic async support and the Wait-AsyncTaskResult command. |
| 222 | +* Added Send-NtFileControl command. |
| 223 | +* Added Get-NtFileVolumeInformation and Set-NtFileVolumeInformation. |
| 224 | +* Added Get-NtFileItem command. |
| 225 | +* Added support for querying device nodes, setup class and interface classes. |
| 226 | +* Added Get-NtFileSharingProcess. |
| 227 | +* IPeb: Added GetBeingDebugged() (#26) |
| 228 | +* Added support for enumerating filter drivers and connecting to ports. |
| 229 | +* Added New-NtKeySymbolicLink and Set-NtKeySymbolicLinkTarget. |
| 230 | +* Added a Get-NtKeyHive command. |
213 | 231 | ' |
214 | 232 |
|
215 | 233 | # External dependent modules of this module |
|
0 commit comments