Skip to content

AppControl Manager 1.8.2.0

Compare
Choose a tag to compare
@HotCakeX HotCakeX released this 04 Jan 17:58
· 11 commits to main since this release
73c48c3

What's New


Important

How To Install: Copy and Paste this command in a PowerShell window as Admin. (Technical explanation available here)

(irm 'https://raw.githubusercontent.com/HotCakeX/Harden-Windows-Security/main/Harden-Windows-Security.ps1')+'AppControl'|iex

  • Added policy validation feature to the AppControl Manager. It's a dedicated page where user can browse for App Control XML files and validate them. Useful if user modified an XML file manually and wants to make sure the modifications are valid according to the official schema.

  • A new page, View File Certificates, has been added. This page allows you to load any file and examine its certificates in a highly detailed format. It also supports CIP and CER files. Many of the details displayed for signed files, such as the TBS hash and precise identification of each policy type, are not readily available elsewhere.

  • Added useful labels to the main navigation to offer a more categorized menu.

  • Reduced the empty spaces in the documentation pages, dedicating more space to the web content.

  • Added SHA3-384 and SHA3-512 hashes calculation to the Get Code Integrity Hashes page.

  • Added new documentations for the new features.

  • Set the minimum HTTP version to 2.0 so it no longer uses 1.1 as fallback and by default it tries the highest available version which is 3.0 at the moment.

  • Added progress rings for each hash type in the Get Code Integrity Hashes page to display their individual progress.




Automated Change Logs

  • Added XML policy file validation feature to the AppControl Manager by @HotCakeX in #495
  • Added a feature to view advanced file cert details in AppControl Manager by @HotCakeX in #496
  • Set minimum HTTP version to 2.0 by @HotCakeX in #497
  • Version bump to 1.8.2.0 - AppControl Manager by @HotCakeX in #498
  • Adding support for hashing very large file by @HotCakeX in #499

Full Changelog: Hardening-Module-v.0.7.1...AppControlManager.v.1.8.2.0


Note

As mentioned at the top, please refer to this page for installation instructions.