Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.29 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.29 KB

Manifesto

A tool for searching information about multiple files' manifests. The tool can assist especially by searching for files with autoElevate field enabled.

Overview

Some processes contain manifest file that affects the application at start time. Interesting fileds in the manifest file are autoElevate and Level which determine how the application will work with UAC. Number of UAC bypasses were searching for files with autoElevate field enabled in order to bypass UAC.
This tool provides simple GUI that provide better visuality when searching for multiple files and it also have PowerShell version.

Usage

GUI

Run the executable and you will get GUI with all the options.

PowerShell

Import the module

Import-Module Invoke-Manifesto

Run it like that for all the options:

Invoke-Manifesto -FolderPath "C:\Windows\system32"

For all the other switches, check the PowerShell code.