MCPcopy Index your code
hub / github.com/0xb11a1/sliver_extension_uac_bypass_cmstp

github.com/0xb11a1/sliver_extension_uac_bypass_cmstp @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
6 symbols 9 edges 2 files 0 documented · 0% updated 2y ago★ 37

Browse by type

Functions 6 Types & classes 0
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Sliver extension - uac bypass via cmstp

Sliver extension for bypassing UAC via cmstp written in Rust.

Installation

Compile the DLL:

cargo build --release --lib --target x86_64-pc-windows-gnu
cp .\target\x86_64-pc-windows-gnu\release\uac_bypass_cmstp.dll .

Install the extention in sliver

extensions install /path/to/sliver_extention_uac_bypass_cmstp
extensions load /path/to/sliver_extention_uac_bypass_cmstp

Usage

sliver> uac_bypass_cmstp <path_to_exe>

Resources:

  • Sliver extension template https://github.com/Paradoxis/Sliver-Rust-Extension-Template
  • UAC bypass code https://medium.com/@harikrishnanp006/uac-bypass-on-windows-abe21d74f050

Core symbols most depended-on inside this repo

Shape

Function 6

Languages

Rust100%

Modules by API surface

src/lib.rs5 symbols
src/main.rs1 symbols

For agents

$ claude mcp add sliver_extension_uac_bypass_cmstp \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page