|
18 | 18 | RootModule = 'NtObjectManager.psm1' |
19 | 19 |
|
20 | 20 | # Version number of this module. |
21 | | -ModuleVersion = '1.1.27' |
| 21 | +ModuleVersion = '1.1.28' |
22 | 22 |
|
23 | 23 | # ID used to uniquely identify this module |
24 | 24 | GUID = 'ac251c97-67a6-4bc4-bb8a-5ae300e93030' |
@@ -154,27 +154,36 @@ PrivateData = @{ |
154 | 154 | ProjectUri = 'https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools' |
155 | 155 |
|
156 | 156 | # ReleaseNotes of this module |
157 | | - ReleaseNotes = '1.1.27 |
| 157 | + ReleaseNotes = '1.1.28 |
158 | 158 | -------- |
159 | | -* Added support for directory change notifications. |
160 | | -* Added New-NtDesktop, Get-NtDesktop and Get-NtDesktopName. |
161 | | -* Added New-NtWindowStation, Get-NtWindowStation and Get-NtWindowStationName. |
162 | | -* Changed Win32 error codes to an enumeration. |
163 | | -* Added Load/Unload driver. |
164 | | -* Added properties to NtType to show access masks. |
165 | | -* Added basic SendInput method. |
166 | | -* Added token source tab to Token Viewer. |
167 | | -* Updated for the Job object and New-NtJob. |
168 | | -* Added NtWindow class a HWND enumeration. |
169 | | -* Added Get-AccessibleWindowStation command. |
170 | | -* Added some well known WNF names. |
171 | | -* Added option to Get-AccessibleService to check file permissions. |
172 | | -* Added Set-NtProcessJob command. |
173 | | -* Added Get-AccessibleToken command. |
174 | | -* Added support for compound ACEs. |
175 | | -* Added Get/Sid-NtTokenSid and Get/Set-NtTokenGroup. |
176 | | -* Added Get-AccessibleEventTrace command. |
177 | | -* Added Get-AccessibleWnf command. |
| 159 | +* Added Import-Win32Module and Get-Win32Module. |
| 160 | +* Added support for Registry Keys in the NtObjectManager provider. |
| 161 | +* Added Get-NtDirectoryEntry. |
| 162 | +* Added Win32 CreateRemoteThread. |
| 163 | +* Added addition Registry Key functions. |
| 164 | +* Added Network Authentication commands. |
| 165 | +* Added Authentication Token formatting commands. |
| 166 | +* Added new filtering features to TokenViewer. |
| 167 | +* Improved cmdlets for getting and setting object information classes. |
| 168 | +* Added Add-NtSection and Remove-NtSection. |
| 169 | +* Added Compare-NtObject. |
| 170 | +* Added Test-NtTokenPrivilege. |
| 171 | +* Added type parsing from PDBs via SymbolResolver. |
| 172 | +* Added a summary format to Format-NtSecurityDescriptor. |
| 173 | +* Added Out-HexDump. |
| 174 | +* Added C# compiler support for .NET Core Support of Get-RpcClient. |
| 175 | +* Updated New-NtSecurityDescriptor and Edit-NtSecurityDescriptor. |
| 176 | +* Basic C++ NDR formatting from irsl@. |
| 177 | +* Added Format-NtJob. |
| 178 | +* Added New-NtSecurityAttribute and Get-NtAceConditionData. |
| 179 | +* Added Device/User Claims to Token Viewer and Format-NtToken. |
| 180 | +* Added many different commands to manipulate Security Descriptors. |
| 181 | +* Added Win32 Security Descriptor commands. |
| 182 | +* Added filtering for accessible path commands. |
| 183 | +* Added Audit support. |
| 184 | +* Added basic AuthZ API support. |
| 185 | +* Added basic ASN.1 DER parsing and Format-ASN1DER command. |
| 186 | +* Added Kerberos Keytab file reading and writing. |
178 | 187 | ' |
179 | 188 |
|
180 | 189 | # External dependent modules of this module |
|
0 commit comments