All Projects → g3rzi → Manifesto

g3rzi / Manifesto

Licence: other
Search for information from manifests

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to Manifesto

Jfa Pwa Toolkit
⚡️ PWA Features to Any Website (very Fast & Easy)
Stars: ✭ 245 (+642.42%)
Mutual labels:  manifest
progressive-web-app-starter
Preact based starter kit for making a Progressive Web App (PWA).
Stars: ✭ 19 (-42.42%)
Mutual labels:  manifest
candy
Where that manifest thingy is...
Stars: ✭ 22 (-33.33%)
Mutual labels:  manifest
wext-manifest-loader
Webextension Manifest Generator that you specify `manifest.json` properties to appear only in specific browsers and environment
Stars: ✭ 23 (-30.3%)
Mutual labels:  manifest
Privilege Escalation
UAC Bypass for windows
Stars: ✭ 33 (+0%)
Mutual labels:  uac-bypass
Manifest
Manifest is an investigative toolkit intended for researchers, journalists, students, and scholars interested in visualizing, analyzing, and documenting supply chains, production lines, and trade networks.
Stars: ✭ 12 (-63.64%)
Mutual labels:  manifest
Learning Pwa
📱some samples and blogs about how to start with your first PWA
Stars: ✭ 162 (+390.91%)
Mutual labels:  manifest
SneakyEXE
Embedding a "UAC-Bypassing" function into your custom payload
Stars: ✭ 95 (+187.88%)
Mutual labels:  uac-bypass
jcabi-manifests
Java library for convenient reading of MANIFEST.MF files available in classpath
Stars: ✭ 57 (+72.73%)
Mutual labels:  manifest
manifest-design
vue开发的商品标签设计插件 && 系统,功能包含:设计,预览,打印
Stars: ✭ 133 (+303.03%)
Mutual labels:  manifest
kirby-hashed-assets
🛷 File name hashes support for css() and js() helpers. Without rewrite rules!
Stars: ✭ 15 (-54.55%)
Mutual labels:  manifest
dccwUACBypass
PowerShell script to bypass UAC using DCCW
Stars: ✭ 17 (-48.48%)
Mutual labels:  uac-bypass
django-manifest-loader
Simplifies webpack configuration with Django
Stars: ✭ 105 (+218.18%)
Mutual labels:  manifest
slui-file-handler-hijack-privilege-escalation
Slui File Handler Hijack UAC Bypass Local Privilege Escalation
Stars: ✭ 81 (+145.45%)
Mutual labels:  uac-bypass
IFIscripts
Detailed documentation is available here: http://ifiscripts.readthedocs.io/en/latest/index.html
Stars: ✭ 46 (+39.39%)
Mutual labels:  manifest
Docker Registry Ui
Docker Registry UI
Stars: ✭ 233 (+606.06%)
Mutual labels:  manifest
android manifest
The beginnings
Stars: ✭ 26 (-21.21%)
Mutual labels:  manifest
wsudo
Proof of concept sudo for Windows
Stars: ✭ 71 (+115.15%)
Mutual labels:  uac-bypass
java-pwa
Progressive Web Apps in Java
Stars: ✭ 48 (+45.45%)
Mutual labels:  manifest
muxrpc
lightweight multiplexed rpc
Stars: ✭ 96 (+190.91%)
Mutual labels:  manifest

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].