Skip to content

Build Windows AppLocker policies from Linux or macOS using a simple web interface.

Notifications You must be signed in to change notification settings

mverschu/AppLockerCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppLocker Policy Creator

A web-based tool for creating and managing Windows AppLocker policies. Create application control rules through an intuitive interface and export them as valid AppLocker XML files for use with Windows Group Policy or Microsoft Intune.

Screenshots

image

Requirements

  • Node.js 16+ and npm - Required for the frontend

Quick Start

  1. Make sure you have Node.js 16+ and npm installed
  2. Navigate to the frontend directory:
    cd frontend
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm run dev

The application will start at http://localhost:3000 and runs entirely in your browser. All data is stored locally using browser localStorage - no backend server required!

  1. Press Ctrl+C to stop the development server when done

Building for Production

To build a production version:

cd frontend
npm run build

The built files will be in the frontend/dist directory and can be served by any static web server.

What It Does

This tool provides a visual interface to create AppLocker rules for:

  • Executables (.exe, .com)
  • Scripts (.ps1, .bat, .cmd, .vbs, .js)
  • DLLs (.dll, .ocx)
  • Windows Installers (.msi, .msp, .mst)
  • Packaged Apps (UWP/MSIX)

You can create rules based on file paths, publisher certificates, or file hashes, then export the complete policy as an XML file ready for deployment.

The tool also provides tips to make sure the policy is hardened against common known attacks.

About

Build Windows AppLocker policies from Linux or macOS using a simple web interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages