Skip to content

g3rzi/Manifesto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.